-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
102 lines (82 loc) · 1.28 KB
/
.gitignore
File metadata and controls
102 lines (82 loc) · 1.28 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
90
91
92
93
94
95
96
97
98
99
100
101
102
*.vsix
.pkgguard-ignore
.pkgguard-report.txt
python-stdlib-update.md
.claude/settings.local.json
.git/
lib-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz
*.swp
pids
logs
results
tmp
# Build
public/css/main.css
# Coverage reports
coverage
# API keys and secrets
.env
# Dependency directory
node_modules
bower_components
# Editors
.idea
*.iml
# OS metadata
.DS_Store
Thumbs.db
# Ignore built ts files
dist/**/*
# ignore yarn.lock
yarn.lock
# Test files
testaa*
testbb*
# Ignore PkgGuard and Cursor folders
.cursor/
.pkgguard/
# guidelines and intergration docs
docs/DEVELOPMENT_GUIDELINES.md
docs/TERMINAL_INTEGRATION.md
# Test files
test-*
**/terminal-package-details*.test.ts
**/terminal-package-details*.test.js
scripts/test-terminal-details.cjs
# Testing documentation and temporary files
docs/TERMINAL_TESTING_*.md
TERMINAL.md
*.tmp
*.bak
*.temp
terminal-test-*
# Development artifacts
*.debug
*.draft
debug-*
draft-*
scratch-*
temp-*
mock-*
sample-*
# VS Code workspace files
*.code-workspace
.vscode/launch.json
.vscode/tasks.json
.vscode/c_cpp_properties.json
# Build artifacts
*.tsbuildinfo
.tsbuildinfo
*.d.ts.map
# Claude internal files
.bash_history
.claude.json
.claude/
.npm/