Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / .gitignore
index 24a7a84a31249c9c69894ce9dd3ecb5b7fe7446c..fa42a32dd921a22ce9406d55e7dc71ff2c551bf1 100644 (file)
@@ -3,7 +3,11 @@
 
 # Ignore all logfiles and tempfiles.
 /log/*.log
+/log/*.log.gz
 /tmp
+.byebug_history
+
+package-lock.json
 
 /config/.secret_token
 /config/initializers/secret_token.rb
 # Dev/test SSL certificates
 /self-signed.key
 /self-signed.pem
+
+# Generated git-commit.version file
+/git-commit.version
+
+# npm-rails
+/node_modules
+/npm-debug.log
+
+# Generated when building distribution packages
+/package-build.version