Skip to content

Commit 55391fd

Browse files
committed
build
1 parent e844406 commit 55391fd

5 files changed

Lines changed: 116 additions & 67 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ dist
1212
dist-ssr
1313
*.local
1414

15+
# Environment variables
16+
.env
17+
.env.local
18+
.env.*.local
19+
1520
# Editor directories and files
1621
.vscode/*
1722
!.vscode/extensions.json
@@ -22,3 +27,5 @@ dist-ssr
2227
*.njsproj
2328
*.sln
2429
*.sw?
30+
31+
# Note: docs folder is NOT ignored - it's needed for GitHub Pages deployment

0 commit comments

Comments
 (0)