watzon.tech/.gitignore

22 lines
229 B
Plaintext
Raw Permalink Normal View History

2023-09-21 04:33:27 +00:00
# build output
dist/
2023-12-08 21:30:53 +00:00
# generated types
.astro/
2023-09-21 04:33:27 +00:00
# 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