Skip to content

Commit da23d66

Browse files
committed
chore: update .gitignore to exclude build artifacts and dependencies
1 parent 05326e9 commit da23d66

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# dependencies
22
node_modules/
33
package-lock.json
4+
pnpm-lock.yaml
45

56
# build output
67
dist/
78
build/
9+
.astro/
810

911
# development
1012
.env
@@ -18,9 +20,6 @@ build/
1820
*.swp
1921
*.swo
2022

21-
# Astro
22-
.astro/
23-
2423
# Temp
2524
*.log
2625
.cache/

0 commit comments

Comments
 (0)