Skip to content

Commit 460b773

Browse files
committed
Unify .gitignore files
1 parent c12aedc commit 460b773

File tree

2 files changed

+23
-42
lines changed

2 files changed

+23
-42
lines changed

.gitignore

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
/.bundle/
1+
.bundle/
22
/.yardoc
33
/_yardoc/
4-
/coverage/
4+
coverage/
55
/doc/
66
/pkg/
77
/spec/reports/
@@ -12,6 +12,8 @@
1212
/spec/examples.txt
1313
/spec/react_on_rails/dummy-for-generators/
1414

15+
tmp/
16+
1517
# RVM
1618
.ruby-version
1719
.ruby-gemset
@@ -23,6 +25,7 @@ node_modules
2325
yarn-debug.*
2426
yarn-error.*
2527
npm-debug.*
28+
.yarn-integrity
2629

2730
/gen-examples
2831

@@ -39,3 +42,21 @@ yalc.lock
3942

4043
# TypeScript
4144
*.tsbuildinfo
45+
46+
# Dummy app
47+
/spec/dummy/vendor/bundle
48+
/spec/dummy/db/*.sqlite3*
49+
/spec/dummy/log/**/*
50+
!/spec/dummy/log/.keep
51+
/spec/dummy/public/assets/
52+
/spec/dummy/public/webpack/
53+
/spec/dummy/spec/examples.txt
54+
55+
# ReScript build files
56+
/spec/dummy/.merlin
57+
/spec/dummy/lib/bs/
58+
/spec/dummy/.bsb.lock
59+
/spec/dummy/**/*.res.js
60+
61+
# Generated by ROR FS-based Registry
62+
generated

spec/dummy/.gitignore

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)