mirror of
https://github.com/shumadrid/obsidian-git-changelog.git
synced 2026-07-22 05:42:16 +00:00
39 lines
363 B
Text
39 lines
363 B
Text
# Build output
|
|
dist/
|
|
build/
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Cache directories
|
|
.cache/
|
|
.svelte-kit/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
|
|
# Editor directories
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
.temp/
|
|
tmp/
|
|
|
|
# Coverage directories
|
|
coverage/
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|