Add root .gitignore to exclude node_modules and .next

This commit is contained in:
2026-06-24 15:21:49 +02:00
parent 1e332fb50d
commit 9d9309833b
+8
View File
@@ -0,0 +1,8 @@
node_modules/
.next/
.env*
*.log
out/
build/
.next/
*.tsbuildinfo