Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit c45a2b8

Browse files
committed
chore(docs): add .gitignore for Astro files
1 parent 82c857d commit c45a2b8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

packages/docs/.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Astro build output
2+
dist/
3+
4+
# Astro cache and generated types
5+
.astro/
6+
7+
# Dependencies
8+
node_modules/
9+
10+
# Logs
11+
*.log
12+
npm-debug.log*
13+
yarn-debug.log*
14+
yarn-error.log*
15+
pnpm-debug.log*
16+
17+
# OS generated files
18+
.DS_Store
19+
Thumbs.db

0 commit comments

Comments
 (0)