AstroCol/.gitignore

23 lines
241 B
Plaintext
Raw Normal View History

2023-10-12 21:26:26 +00:00
# build output
dist/
# generated types
.astro/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
2024-06-01 20:07:11 +00:00
config.json
2023-10-12 21:26:26 +00:00
# macOS-specific files
.DS_Store