Indicate which outputs are marked "persistent" on pipeline provenance graphs.
[arvados.git] / apps / workbench / .gitignore
index e942afbfa7927dac9048b688d9dbd5a1ffa1fef7..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
 *~
@@ -27,3 +33,5 @@ config/.secret_token
 /Capfile*
 /config/deploy*
 
+# Themes are coming from another repo
+/themes/*