mirror of
https://github.com/mapillary/mapillary-js.git
synced 2026-02-01 14:33:45 +00:00
25 lines
210 B
Plaintext
25 lines
210 B
Plaintext
# IDE
|
|
.vscode/*
|
|
|
|
# Npm
|
|
node_modules/
|
|
|
|
# Typings
|
|
typings/*
|
|
!typings/created/
|
|
|
|
# File types
|
|
*.log
|
|
*.tgz
|
|
.#*
|
|
|
|
# Build artifacts
|
|
dist/
|
|
build/
|
|
debug/**/*.js
|
|
debug/**/*.css
|
|
spec/*.js
|
|
|
|
# Docs
|
|
docs-out/
|
|
docs/index.html |