web/.gitignore

24 lines
245 B
Plaintext
Raw Normal View History

2023-11-13 03:03:34 +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
# macOS-specific files
.DS_Store
2023-11-13 03:19:24 +01:00
.sl
2023-12-20 23:14:44 +01:00
.watchman-*