-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (34 loc) · 856 Bytes
/
.gitignore
File metadata and controls
38 lines (34 loc) · 856 Bytes
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
# Whitelist approach: ignore everything, explicitly track approved content.
# New third-party skills (symlinks) are automatically ignored.
# New custom skills must be added here before they can be tracked on GitHub.
*
# Repo meta
!.gitignore
!.github/
!.github/**
!README.md
!sync-config.json
# Approved custom skills
!obsidian-study-vault-builder/
!obsidian-study-vault-builder/**
!document-quality-standards/
!document-quality-standards/**
!docx-advanced-patterns/
!docx-advanced-patterns/**
!docx-template-filling/
!docx-template-filling/**
!rtl-document-translation/
!rtl-document-translation/**
!ralph-loop/
!ralph-loop/**
!rlm-orchestrator/
!rlm-orchestrator/**
!deep-brainstorming/
!deep-brainstorming/**
!project-retrospective/
!project-retrospective/**
!plugins/
!plugins/**
# Web desktop exports
!web-desktop-exports/
!web-desktop-exports/**