mirror of
https://github.com/mapillary/mapillary-js.git
synced 2026-02-01 14:33:45 +00:00
`.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.
13 lines
124 B
Plaintext
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 |