fix: add .gitignore, remove node_modules from tracking
This commit is contained in:
parent
23febeebd4
commit
547083ed91
|
|
@ -0,0 +1,9 @@
|
|||
node_modules/
|
||||
.next/
|
||||
.env
|
||||
.env.local
|
||||
.env*.local
|
||||
dist/
|
||||
build/
|
||||
*.log
|
||||
.DS_Store
|
||||
Loading…
Reference in New Issue