Add ESLint, Add worker utils
This commit is contained in:
parent
a64f40b6cc
commit
c026087af1
29 changed files with 3042 additions and 1734 deletions
30
.gitignore
vendored
30
.gitignore
vendored
|
|
@ -1,3 +1,29 @@
|
|||
dist/
|
||||
*.log
|
||||
database.json
|
||||
node_modules/
|
||||
.env
|
||||
rethinkdb_data/
|
||||
.idea/
|
||||
*.iml
|
||||
.npm/
|
||||
.gitconfig
|
||||
.bash_history
|
||||
.bash_login
|
||||
static/img/*.png
|
||||
*.db
|
||||
*.db-journal
|
||||
.env
|
||||
/.next/
|
||||
/out/
|
||||
/build
|
||||
.DS_Store
|
||||
*.pem
|
||||
/.pnp
|
||||
.pnp.js
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
.direnv
|
||||
tsconfig.tsbuildinfo
|
||||
/data/
|
||||
dist/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue