Samuel Shuert | c86816a | 2024-04-27 16:12:34 -0400 | [diff] [blame^] | 1 | # build output |
2 | dist/ | ||||
3 | |||||
4 | # generated types | ||||
5 | .astro/ | ||||
6 | |||||
7 | # dependencies | ||||
8 | node_modules/ | ||||
9 | |||||
10 | # logs | ||||
11 | npm-debug.log* | ||||
12 | yarn-debug.log* | ||||
13 | yarn-error.log* | ||||
14 | pnpm-debug.log* | ||||
15 | |||||
16 | # environment variables | ||||
17 | .env | ||||
18 | .env.production | ||||
19 | |||||
20 | # macOS-specific files | ||||
21 | .DS_Store | ||||
22 | |||||
23 | # jetbrains setting folder | ||||
24 | .idea/ |