Harden gitignore and improve README
This commit is contained in:
parent
e7e151b439
commit
ee7d7320ac
5 changed files with 60 additions and 16 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
|
@ -1,9 +1,17 @@
|
|||
.next
|
||||
node_modules
|
||||
.next
|
||||
out
|
||||
.vercel
|
||||
dist
|
||||
coverage
|
||||
.turbo
|
||||
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
*.log
|
||||
.DS_Store
|
||||
next-env.d.ts
|
||||
|
||||
.eslintcache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue