liljudd-website/.gitignore

24 lines
246 B
Text
Raw Normal View History

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