astro-open-source-quebec/.gitignore

24 lines
237 B
Plaintext
Raw Permalink Normal View History

2024-12-27 02:06:36 -05:00
.idea/
2024-12-26 15:43:26 -05: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
# macOS-specific files
.DS_Store