mirror of
https://github.com/mapillary/mapillary-js.git
synced 2026-02-01 14:33:45 +00:00
Node server does not need build folder because it generates javascript and sourcemap on the fly.
21 lines
154 B
Plaintext
21 lines
154 B
Plaintext
# IDE
|
|
.vscode/*
|
|
|
|
# Npm
|
|
node_modules/
|
|
|
|
# Typings
|
|
typings/*
|
|
!typings/created/
|
|
|
|
# File types
|
|
*.log
|
|
*.tgz
|
|
.#*
|
|
|
|
# Build artifacts
|
|
dist/
|
|
spec/*.js
|
|
|
|
# Docs
|
|
docs/ |