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
29 lines
317 B
Plaintext
29 lines
317 B
Plaintext
.DS_Store
|
|
node_modules
|
|
dist
|
|
coverage
|
|
temp
|
|
|
|
# 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 |