Commit f3f2e584c5cd8dea00d41bcdc9c5643390e1d92d
1 parent
ddb0e7f5
Exists in
master
and in
1 other branch
reverting .gitignore
Showing
1 changed file
with
6 additions
and
2 deletions
Show diff stats
.gitignore
@@ -3,9 +3,13 @@ db/*.sqlite3 | @@ -3,9 +3,13 @@ db/*.sqlite3 | ||
3 | log/*.log | 3 | log/*.log |
4 | tmp/**/* | 4 | tmp/**/* |
5 | tmp/* | 5 | tmp/* |
6 | +config/config.yml | ||
7 | +config/deploy.rb | ||
8 | +config/deploy | ||
9 | +config/mongoid.yml | ||
10 | +config/newrelic.yml | ||
6 | .rvmrc | 11 | .rvmrc |
7 | .idea | 12 | .idea |
8 | *~ | 13 | *~ |
9 | *.rbc | 14 | *.rbc |
10 | -.DS_Store | ||
11 | -config/config.yml | 15 | +.DS_Store |
12 | \ No newline at end of file | 16 | \ No newline at end of file |