Changeset View
Changeset View
Standalone View
Standalone View
.gitignore
| Show All 16 Lines | |||||
| /dump/ | /dump/ | ||||
| /.eggs | /.eggs | ||||
| /node_modules | /node_modules | ||||
| /.sass-cache | /.sass-cache | ||||
| *.css.map | *.css.map | ||||
| *.js.map | *.js.map | ||||
| /translations/*/LC_MESSAGES/*.mo | |||||
sybren: Does this intentionally not start with a slash? Will translations be in any other directory… | |||||
| pillar/web/static/assets/css/*.css | pillar/web/static/assets/css/*.css | ||||
| pillar/web/static/assets/js/*.min.js | pillar/web/static/assets/js/*.min.js | ||||
| pillar/web/static/storage/ | pillar/web/static/storage/ | ||||
| pillar/web/static/uploads/ | pillar/web/static/uploads/ | ||||
| pillar/web/templates/ | pillar/web/templates/ | ||||
Does this intentionally not start with a slash? Will translations be in any other directory than the top-level translations dir?
(and yes I know this also applies to the lines below, but those are there already ;-) )