Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / .gitignore
index fcfa4583e0352b7b3c4956f07cd62e9084c0f751..fa42a32dd921a22ce9406d55e7dc71ff2c551bf1 100644 (file)
@@ -1,18 +1,13 @@
-# See http://help.github.com/ignore-files/ for more about ignoring files.
-#
-# If you find yourself ignoring temporary files generated by your text editor
-# or operating system, you probably want to add a global ignore instead:
-#   git config --global core.excludesfile ~/.gitignore_global
-
-# Ignore bundler config
-/.bundle
-
 # Ignore the default SQLite database.
 /db/*.sqlite3
 
 # Ignore all logfiles and tempfiles.
 /log/*.log
+/log/*.log.gz
 /tmp
+.byebug_history
+
+package-lock.json
 
 /config/.secret_token
 /config/initializers/secret_token.rb
 /config/environments/production.rb
 /config/application.yml
 
-/config/piwik.yml
+# Workbench doesn't need one anyway, so this shouldn't come up, but...
+/config/database.yml
 
-# editor backup files
-*~
+/config/piwik.yml
 
 # Capistrano files are coming from another repo
 /Capfile*
 
 # Themes are coming from another repo
 /themes/*
+
+# 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
+
+# npm-rails
+/node_modules
+/npm-debug.log
+
+# Generated when building distribution packages
+/package-build.version