7 lines
248 B
Plaintext
7 lines
248 B
Plaintext
# .git is deliberately NOT excluded: build.js shells out to `git rev-parse` for
|
|
# build-info stamping and the Dockerfile runs `make build`, so excluding it
|
|
# would make every built extension report commitHash "unknown".
|
|
node_modules
|
|
.DS_Store
|
|
dist
|