mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
5e653b2a09
Line 14 (img) caused the entire /dist/img directory to be ignored even though it is already in git, so new images were ignored. Prefixing it with / prevents this very general rule from applying to the subdirs. The same logic applies to the other rules for top level dirs.
18 lines
208 B
Plaintext
18 lines
208 B
Plaintext
.DS_Store
|
|
/data/data.js
|
|
/dist/*.js
|
|
/dist/*.css
|
|
/dist/*.map
|
|
/dist/img/*.svg
|
|
/dist/mapillary-js/
|
|
node_modules/
|
|
npm-debug.log
|
|
transifex.auth
|
|
|
|
# autogenerated symlinks
|
|
land.html
|
|
/img
|
|
/css/img
|
|
/test/css
|
|
/test/img
|