mapillary-js/.gitignore
Kamil Nikel b76bfc5ee6 Add .npmignore
`.npmignore` overwrites what's ignored in `.gitignore`. This commit
solves the situation when one would like to ignore the whole `/dist`
directory during development, but the same directory would be published
correctly to NPM.
2016-01-18 11:33:06 +01:00

13 lines
124 B
Plaintext

.vscode/*
node_modules/
spec/*.js
*.d.ts
*.log
*.tgz
.#*
build/
debug/**/*.js
debug/**/*.css
docs-out/
dist/
docs/index.html