mirror of
https://github.com/johnkim05/obsidian-uuugl-plugin.git
synced 2026-07-22 06:42:18 +00:00
29 lines
213 B
Text
29 lines
213 B
Text
# Node
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Build
|
|
lib/
|
|
dist/
|
|
*.js.map
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Obsidian
|
|
data.json
|
|
|
|
# Misc
|
|
*.log
|
|
.env
|
|
.env.local
|