|
@@ -1,8 +1,6 @@
|
|
*.rbc
|
|
*.rbc
|
|
capybara-*.html
|
|
capybara-*.html
|
|
.rspec
|
|
.rspec
|
|
-/log
|
|
|
|
-/tmp
|
|
|
|
/db/*.sqlite3
|
|
/db/*.sqlite3
|
|
/db/*.sqlite3-journal
|
|
/db/*.sqlite3-journal
|
|
/public/system
|
|
/public/system
|
|
@@ -12,6 +10,12 @@ capybara-*.html
|
|
rerun.txt
|
|
rerun.txt
|
|
pickle-email-*.html
|
|
pickle-email-*.html
|
|
|
|
|
|
|
|
+# Ignore all logfiles and tempfiles.
|
|
|
|
+/log/*
|
|
|
|
+/tmp/*
|
|
|
|
+!/log/.keep
|
|
|
|
+!/tmp/.keep
|
|
|
|
+
|
|
# TODO Comment out this rule if you are OK with secrets being uploaded to the repo
|
|
# TODO Comment out this rule if you are OK with secrets being uploaded to the repo
|
|
config/initializers/secret_token.rb
|
|
config/initializers/secret_token.rb
|
|
config/master.key
|
|
config/master.key
|
|
@@ -59,4 +63,4 @@ yarn-debug.log*
|
|
|
|
|
|
# Ignore uploaded files in development
|
|
# Ignore uploaded files in development
|
|
/storage/*
|
|
/storage/*
|
|
-!/storage/.keep
|
|
|
|
|
|
+!/storage/.keep
|