Merge branch '21383-misc-fixes'. Refs #21383
[arvados.git] / services / api / .gitignore
index c1d5219b07c9a6d243a3bb7e7a142f5064cdfd8e..0962779658358c95006435c8566f1c8d3c1e97fd 100644 (file)
@@ -2,12 +2,11 @@
 /db/*.sqlite3
 
 # Ignore all logfiles and tempfiles.
-/log/*.log
+/log
 /tmp
 
 # Sensitive files and local configuration
 /config/database.yml
-/config/initializers/omniauth.rb
 /config/application.yml
 
 # asset cache
 # Dev/test SSL certificates
 /self-signed.key
 /self-signed.pem
+
+# Generated git-commit.version file
+/git-commit.version
+
+# Generated when building distribution packages
+/package-build.version
+
+# Debugger history
+.byebug_history