poanse_obsidian-taskmap/.gitignore
Poluboiarinov Anton 39c806a2e6
Github attestation and fixes (#6)
Added github attestation for artefacts
Fixed obsidian review warnings
Fixed a bug - when deleting a task, its children were reparented with incorrect priorities which broke manual repositioning
Fixed a visual bug - edited task was drawn behind its siblings which made name editing clunky for long task names
2026-07-13 09:37:48 +03:00

29 lines
366 B
Text

# cursor
.cursor
# 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
styles.css
# Exclude sourcemaps
*.map
# obsidian
data.json
# Exclude macOS Finder (System Explorer) View States
.DS_Store
#*.png
*.svg