Indicate which outputs are marked "persistent" on pipeline provenance graphs.
[arvados.git] / apps / workbench / .gitignore
index 82be6f2d0bc83ef77e05c18c6c9fa90cb320c060..a656a5bc61f6dc05b29b840c25084fbfe62a375f 100644 (file)
 /log/*.log
 /tmp
 
-config/.secret_token
+/config/.secret_token
+/config/initializers/secret_token.rb
 
 /public/assets
 
 /config/environments/development.rb
+/config/environments/test.rb
+/config/environments/production.rb
+/config/application.yml
 
+/config/piwik.yml
+
+# editor backup files
 *~
+
+# Capistrano files are coming from another repo
+/Capfile*
+/config/deploy*
+
+# Themes are coming from another repo
+/themes/*