add .gitignore
This commit is contained in:
parent
7b0311995c
commit
b545c2e9e5
|
@ -0,0 +1,19 @@
|
|||
node_modules
|
||||
/node_modules
|
||||
/npm-debug.log
|
||||
.DS_Store
|
||||
/_dev
|
||||
/coverage
|
||||
package-lock.json
|
||||
|
||||
# Editor and IDE configuration
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
/packages/*/node_modules
|
||||
/packages/*/yarn.lock
|
||||
/packages/*/yarn-error.log
|
||||
|
||||
npm-debug.log
|
||||
|
||||
build/web
|
Loading…
Reference in New Issue