appleec_e-obsidian-upload-p.../.gitignore
2024-12-02 10:02:11 +08:00

31 lines
415 B
Text

# vscode
.vscode
# Intellij
*.iml
.idea
# npm
node_modules
package-lock.json
# Don't include the compiled main.js file in the repo.
# They should be uploaded to GitHub releases instead.
main.js
dist
# Exclude sourcemaps
*.map
# obsidian
data.json
# Exclude macOS Finder (System Explorer) View States
.DS_Store
# Docs
docs/.vitepress/cache
docs/.vitepress/dist
# Other
backup