astro-git-view
/ .gitignore
25 lines
(19 sloc)
|
249 B
1 | # build output |
2 | dist/ |
3 | dist-ssr/ |
4 | data/ |
5 | .output/ |
6 | .vscode/ |
7 | |
8 | # dependencies |
9 | node_modules/ |
10 | |
11 | # logs |
12 | npm-debug.log* |
13 | yarn-debug.log* |
14 | yarn-error.log* |
15 | pnpm-debug.log* |
16 | |
17 | # environment variables |
18 | *.local |
19 | |
20 | # macOS-specific files |
21 | .DS_Store |
22 | |
23 | |
24 | # sub-repos |
25 | integrations |