first commit
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
# dependencies
|
||||
**/node_modules
|
||||
|
||||
.idea
|
||||
.DS_Store
|
||||
|
||||
# misc
|
||||
npm-debug.log*
|
||||
yarn-error.log
|
||||
yarn.lock
|
||||
package-lock.json
|
||||
*bak
|
||||
|
||||
# visual studio code
|
||||
.vscode
|
||||
.history
|
||||
*.log
|
||||
functions/*
|
||||
.temp/**
|
||||
|
||||
.eslintcache
|
||||
Reference in New Issue
Block a user