11255: Add documentation about configuration to enable host networking always.
[arvados.git] / apps / workbench / .gitignore
index afb317b169a9cd1a4f56ce03faa9c1c54720f12f..a27ac31580a1d6b5cc81ab47e60c8deb649a2f85 100644 (file)
@@ -3,6 +3,7 @@
 
 # Ignore all logfiles and tempfiles.
 /log/*.log
+/log/*.log.gz
 /tmp
 
 /config/.secret_token
 
 # This can be a symlink to ../../../doc/.site in dev setups
 /public/doc
+
+# SimpleCov reports
+/coverage
+
+# Dev/test SSL certificates
+/self-signed.key
+/self-signed.pem
+
+# Generated git-commit.version file
+/git-commit.version