-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (41 loc) · 973 Bytes
/
.gitignore
File metadata and controls
47 lines (41 loc) · 973 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
39
40
41
42
43
44
45
46
47
# ============================================================
# WHITELIST .gitignore
# Ignore everything, then allow only public project files.
# New files are private-by-default — you must opt-in below.
# ============================================================
# 1. Ignore everything
*
# 2. Allow top-level config & docs
!.gitignore
!.npmrc
!package.json
!pnpm-lock.yaml
!pnpm-workspace.yaml
!README.md
!CHANGELOG.md
!LICENSE
!glama.json
# 3. Allow GitHub config
!.github/
!.github/**
# 4. Allow scripts
!scripts/
!scripts/**
# 5. Allow packages directory structure
!packages/
!packages/extension/
!packages/extension/**
!packages/mcp-server/
!packages/mcp-server/**
!packages/shared/
!packages/shared/**
!packages/webview/
!packages/webview/**
# 6. Re-ignore build artifacts, deps & private files inside allowed dirs
**/node_modules/
**/dist/
*.vsix
**/PLAN.md
packages/mcp-server/.chrome-profile/
packages/mcp-server/dev-tools/
packages/extension/README.md