callumalpass_tasknotes/.gitignore
callumalpass a585653158 feat(TaskService): support {{currentNotePath}} for inline task command (#1334)
- Add 'manual-creation' context to use inlineTaskConvertFolder setting
- Update issue tracking for #1334, #1342, #1398, #1408
- Add failing test for issue #1302 (task not found in agenda view)
- Update .gitignore to exclude workspace.json and e2e config
2026-01-01 16:04:30 +11:00

80 lines
1.5 KiB
Text

# vscode
.vscode
# Intellij
*.iml
.idea
# npm
node_modules
# Environment variables (contains OAuth client IDs)
.env
# Don't include the compiled main.js file in the repo.
# They should be uploaded to GitHub releases instead.
main.js
# Don't include the generated styles.css file in the repo.
# It's built from source files in styles/ directory during CI/build process.
styles.css
# Don't include the auto-generated release notes import file
src/releaseNotes.ts
# Exclude sourcemaps
*.map
# obsidian
data.json
# Exclude macOS Finder (System Explorer) View States
.DS_Store
._*
obsidian-developer-docs/
.claude
# Exclude video files
*.mp4
*.avi
*.mov
*.mkv
*.webm
*.flv
*.wmv
CLAUDE.md
coverage
# Documentation planning files
documentation-images-needed.md
plans
# Project planning files
project
webhook*.log
# Exclude local test vaults and e2e cache artifacts
external/tasknotes-e2e/.e2e/
C/
.copy-files.local
# E2E testing - unpacked Obsidian and test results
.obsidian-unpacked/
test-results/
# E2E vault plugin symlinks (point to build output)
tasknotes-e2e-vault/.obsidian/plugins/tasknotes/main.js
tasknotes-e2e-vault/.obsidian/plugins/tasknotes/manifest.json
tasknotes-e2e-vault/.obsidian/plugins/tasknotes/styles.css
.augment
# Test output files
jest-out.txt
BASES_API_DOCUMENTATION.md
BASES_API_EXPLORATION.md
BASES_API_MIGRATION.md
OBSIDIAN-SERVER-README.md
obsidian-help
obsidian-api
.clump
tasknotes-e2e-vault/.obsidian/workspace.json
.obsidian-config-e2e