homepage/.gitignore

22 lines
231 B
Text
Raw Normal View History

2023-12-12 17:40:13 +01: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
2023-12-12 17:40:13 +01:00
# macOS-specific files
.DS_Store