9ea147d234
Change-Id: I96f8ebcedf982139ff0d263266f25dd63746091c
27 lines
250 B
Plaintext
27 lines
250 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*
|