mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Better folder specification for gitignore, npmignore
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -5,7 +5,7 @@
|
||||
/dist/*.map
|
||||
/dist/img/*.svg
|
||||
/dist/mapillary-js/
|
||||
node_modules/
|
||||
/node_modules/
|
||||
npm-debug.log
|
||||
transifex.auth
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
.DS_Store
|
||||
.travis.yml
|
||||
data/data.js
|
||||
docs/
|
||||
node_modules/
|
||||
test/
|
||||
/data/data.js
|
||||
/docs/
|
||||
/node_modules/
|
||||
/test/
|
||||
npm-debug.log
|
||||
transifex.auth
|
||||
|
||||
Reference in New Issue
Block a user