personal-website/.gitignore

24 lines
266 B
Plaintext
Raw Normal View History

2024-03-27 20:40:26 +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
2024-04-21 14:56:55 +02:00
# VSCode stuff
.vscode/settings.json