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
69 lines (55 loc) · 1.13 KB
/
.gitignore
File metadata and controls
69 lines (55 loc) · 1.13 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
# 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
.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