File tree 1 file changed +42
-0
lines changed
1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ * .rbc
2
+ capybara- * .html
3
+ .rspec
4
+ /log
5
+ /tmp
6
+ /db /* .sqlite3
7
+ /db /* .sqlite3-journal
8
+ /public /system
9
+ /coverage /
10
+ /spec /tmp
11
+ ** .orig
12
+ rerun.txt
13
+ pickle-email- * .html
14
+
15
+ # TODO Comment out these rules if you are OK with secrets being uploaded to the repo
16
+ config /initializers /secret_token.rb
17
+ config /secrets.yml
18
+
19
+ # dotenv
20
+ # TODO Comment out this rule if environment variables can be committed
21
+ .env
22
+
23
+ # # Environment normalization:
24
+ /.bundle
25
+ /vendor /bundle
26
+
27
+ # these should all be checked in to normalize the environment:
28
+ # Gemfile.lock, .ruby-version, .ruby-gemset
29
+
30
+ # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
31
+ .rvmrc
32
+
33
+ # if using bower-rails ignore default bower_components path bower.json files
34
+ /vendor /assets /bower_components
35
+ * .bowerrc
36
+ bower.json
37
+
38
+ # Ignore pow environment settings
39
+ .powenv
40
+
41
+ # Ignore Byebug command history file.
42
+ .byebug_history
You can’t perform that action at this time.
0 commit comments