15dc797efd
Adding go.mod into node_modules is not sufficient, because npm install wipes them quite often out. Similarly, when running npm install locally it will remove it, causing the git state to be dirty. Rather than having them committed, add them after running npm install. Change-Id: Iaf21a9c6e198dc31fe50345ec5dee85b44617176
32 lines
317 B
Plaintext
32 lines
317 B
Plaintext
.DS_Store
|
|
node_modules
|
|
dist
|
|
coverage
|
|
temp
|
|
|
|
# wasm related files
|
|
wasm_exec.js
|
|
wasm_exec.js.br
|
|
*.wasm
|
|
*.wasm.br
|
|
|
|
# local env files
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Log files
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Allow images
|
|
!*.svg
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw* |