mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-14 18:56:46 +02:00
26 lines
290 B
Text
26 lines
290 B
Text
# build output
|
|
dist/
|
|
.output/
|
|
.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
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
!.vscode/settings.json
|