Add .gitignore to each portal for standalone use

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
defiQUG
2026-02-13 10:33:36 -08:00
parent f5e217efcd
commit c9c8d559a2
4 changed files with 28 additions and 0 deletions

7
DBIS/.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
node_modules/
.next/
out/
dist/
.env
.env.local
.env.*.local

7
ICCC/.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
node_modules/
.next/
out/
dist/
.env
.env.local
.env.*.local

7
OMNL/.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
node_modules/
.next/
out/
dist/
.env
.env.local
.env.*.local

7
XOM/.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
node_modules/
.next/
out/
dist/
.env
.env.local
.env.*.local