forked from Natfii/UnrealClaude
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
89 lines (76 loc) · 1.26 KB
/
Copy path.gitignore
File metadata and controls
89 lines (76 loc) · 1.26 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
# Unreal Engine Plugin .gitignore
# Build outputs (but NOT plugin Binaries - those are needed for distribution)
PackagedPlugin/
Intermediate/
DerivedDataCache/
Build/
CleanPlugin/
PluginBuild/
Tutorials/
# IDE files
.vs/
.vscode/
*.suo
*.user
*.sln
*.vcxproj
*.vcxproj.filters
# Unreal generated files
*.VC.db
*.opensdf
*.sdf
*.cachefile
# Node.js (for MCP bridge)
# Ignore node_modules everywhere EXCEPT the mcp-bridge (needed for distribution)
node_modules/
!UnrealClaude/Resources/mcp-bridge/node_modules/
npm-debug.log
yarn-error.log
# Keep package-lock.json for reproducible builds
# package-lock.json
# Claude Code session data
.claude/
CLAUDE.md
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
*.lnk
# Temporary files
*.tmp
*.temp
*.log
*.bak
*~
# Test artifacts and output
TestResults/
AutomationTest/
**/Saved/Automation/
**/Saved/Logs/
*.automation.json
TestReport*.xml
TestReport*.html
coverage/
*.coverage
*.gcov
*.gcda
*.gcno
# Debug symbols (optional - can include for debugging)
# *.pdb
# Build intermediates (NOT final binaries)
*.obj
*.o
*.exp
# Archives
*.zip
*.rar
*.7z
*.tar.gz
# Personal CLAUDE.md (use CLAUDE.md.default as template)
UnrealClaude/CLAUDE.md
UnrealClaude/Saved/UnrealClaude/test-output.txt