97e6e5a6a3
Add go.mod to node_modules folder, that way Go compiler doesn't need to scan the node_module directories for any Go code. Change-Id: I747909416490c847d6b4bfa3438fea66660fcd53
35 lines
385 B
Plaintext
35 lines
385 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*
|
|
|
|
# Stub for Go to avoid scanning node_modules.
|
|
!node_modules/go.mod |