File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Ignore bundler config.
22/.bundle
33
4- # Ignore all logfiles and tempfiles.
4+ # Ignore all logfiles and tempfiles, including those nested inside the engines .
55/log /*
66/tmp /*
7- ! /log /.keep
8- ! /tmp /.keep
7+ ** /log /*
8+ ** /tmp /*
99
1010# Ignore Byebug command history file.
1111.byebug_history
@@ -24,3 +24,21 @@ public/uploads
2424** /* .rspec-failures
2525vendor /bundle
2626.git
27+
28+ # Node dependencies: reinstalled inside the image by `npm install`.
29+ node_modules
30+ ** /node_modules
31+
32+ # Dummy apps generated by the engines' specs. Git-ignored, ~3.8 GB, and pulled
33+ # into the image by the `ADD decidim-* decidim-*` lines in Dockerfile.production.
34+ decidim- * /spec /decidim_dummy_app
35+
36+ # Asset builds: regenerated by `bin/rake assets:precompile` (see
37+ # config/shakapacker.yml). packs-test is test-only and never needed in the image.
38+ /public /packs-test
39+ /public /decidim-packs
40+ /storage
41+
42+ # Keep the placeholder files the broader rules above would otherwise drop.
43+ ! /log /.keep
44+ ! /tmp /.keep
You can’t perform that action at this time.
0 commit comments