docs/.gitignore

22 lines
229 B
Plaintext
Raw Normal View History

2023-09-02 13:43:38 -04:00
# build output
dist/
# generated types
.astro/
2023-03-23 10:24:48 -04:00
2023-09-02 13:43:38 -04:00
# dependencies
node_modules/
2023-03-23 10:24:48 -04:00
2023-09-02 13:43:38 -04:00
# logs
2023-03-23 10:24:48 -04:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2023-09-02 13:43:38 -04:00
pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store