chore: add .gitignore
This commit is contained in:
parent
db3fceacbc
commit
45a16a268a
1 changed files with 11 additions and 0 deletions
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
node_modules/
|
||||
dist/
|
||||
.env
|
||||
.env.local
|
||||
*.log
|
||||
.DS_Store
|
||||
.replit
|
||||
replit.nix
|
||||
.cache/
|
||||
.local/
|
||||
migrations/
|
||||
Loading…
Add table
Reference in a new issue