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
26 lines
249 B
Plaintext
26 lines
249 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* |