50 lines
679 B
Text
50 lines
679 B
Text
# Dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
cli/node_modules/
|
|
|
|
# Build
|
|
dist/
|
|
.astro/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
.temp/
|
|
.ref/
|
|
|
|
# OS generated files
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
.DS_Store
|
|
|
|
# Obsidian workspace files
|
|
src/content/.obsidian/workspace.json
|
|
src/content/.obsidian/workspace-mobile.json
|
|
obsidian_askpass.sh
|
|
|
|
# Generated deployment platform files (GitHub Pages + Cloudflare Workers only)
|
|
public/_redirects
|
|
public/_headers
|