Add root .gitignore to exclude node_modules and .next
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
node_modules/
|
||||||
|
.next/
|
||||||
|
.env*
|
||||||
|
*.log
|
||||||
|
out/
|
||||||
|
build/
|
||||||
|
.next/
|
||||||
|
*.tsbuildinfo
|
||||||
Reference in New Issue
Block a user