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