limepot-xyz/.gitignore

23 lines
236 B
Text
Raw Permalink Normal View History

2023-08-13 16:35:03 -06:00
# build output
2023-08-14 03:04:55 -06:00
#dist/
2023-08-13 16:35:03 -06:00
# generated types
.astro/
2024-04-17 03:45:55 -06:00
dist/
2023-08-13 16:35:03 -06: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