Personal_Website/.gitignore

22 lines
229 B
Text
Raw Normal View History

2023-07-05 00:00:47 +02:00
# build output
dist/
# generated types
.astro/
2023-07-04 19:59:52 +02:00
2023-07-05 00:00:47 +02:00
# dependencies
2023-07-04 19:59:52 +02:00
node_modules/
2023-07-05 00:00:47 +02:00
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
2023-07-04 19:59:52 +02:00
2023-07-05 00:00:47 +02:00
# environment variables
2023-07-04 19:59:52 +02:00
.env
2023-07-05 00:00:47 +02:00
.env.production
2023-07-04 19:59:52 +02:00
2023-07-05 00:00:47 +02:00
# macOS-specific files
.DS_Store