mapillary-js/.gitignore
Oscar Lorentzon c38f4e7c4f chore: remove typings dependency
Add types folder as type root.
Declare modules in type def files to be able to compile.
2018-06-11 06:16:58 +00:00

21 lines
168 B
Plaintext

# IDE
.vscode/*
.vagrant/*
vagrant.*
Vagrantfile
# npm
node_modules/
# File types
*.DS_Store
*.log
*.tgz
.#*
# Build artifacts
dist/
spec/*.js
# Doc artifacts
docs/