ObsidianSimpleTimeTracker/.gitignore

27 lines
345 B
Plaintext
Raw Permalink Normal View History

2023-08-11 19:32:43 +02:00
# vscode
.vscode
# Intellij
*.iml
.idea
# npm
node_modules
# Don't include the compiled main.js file in the repo.
# They should be uploaded to GitHub releases instead.
/main.js
2023-09-08 13:26:35 +02:00
# Exclude local settings
data.json
2023-08-11 19:32:43 +02:00
# Exclude sourcemaps
*.map
# obsidian
workspace
workspace.json
# Exclude macOS Finder (System Explorer) View States
.DS_Store