fix: add .gitignore, remove node_modules from tracking

This commit is contained in:
Romain bogdanovic 2026-03-28 19:18:58 +01:00
parent 23febeebd4
commit 547083ed91
1 changed files with 9 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
node_modules/
.next/
.env
.env.local
.env*.local
dist/
build/
*.log
.DS_Store