liljudd-website/.gitignore

24 lines
246 B
Text
Raw Normal View History

2023-11-09 13:26:24 +01:00
# build output
dist/
2023-10-18 17:58:15 +02:00
2023-11-09 13:26:24 +01:00
# generated types
.astro/
2023-10-18 17:58:15 +02:00
2023-11-09 13:26:24 +01:00
# dependencies
node_modules/
2023-10-18 17:58:15 +02:00
2023-11-09 13:26:24 +01:00
# logs
2023-10-18 17:58:15 +02:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2023-11-09 13:26:24 +01:00
pnpm-debug.log*
2023-10-18 17:58:15 +02:00
2023-11-09 13:26:24 +01:00
# environment variables
.env
.env.production
2023-10-18 17:58:15 +02:00
2023-11-09 13:26:24 +01:00
# macOS-specific files
.DS_Store
2023-10-18 17:58:15 +02:00
2023-11-09 13:26:24 +01:00
/.idea/
/.fleet/