forked from callumalpass/tasknotes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
89 lines (74 loc) · 1.69 KB
/
.gitignore
File metadata and controls
89 lines (74 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# 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
# Keep docs site source JS tracked.
!docs-builder/src/js/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
# Generated calendar files
tasknotes-e2e-vault/*.ics
/.ops
AGENTS.md
/docs-builder/dist
.ops/
.serena/