-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (37 loc) · 799 Bytes
/
Copy path.gitignore
File metadata and controls
45 lines (37 loc) · 799 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
## .NET
bin/
obj/
*.user
*.suo
*.vs/
.vs/
## IDE
.idea/
*.swp
*.sln.DotSettings.user
## Build output
publish/
artifacts/
nupkg/
## Unity Plugin shared source copies (checked in for Phase 2B+)
## OS
Thumbs.db
.DS_Store
## Temp
*.tmp
__pycache__/
## Node (SVG generation script)
node_modules/
package-lock.json
## Unity integration sample project generated state
tests/Unityctl.Integration/SampleUnityProject/Library/
tests/Unityctl.Integration/SampleUnityProject/Logs/
tests/Unityctl.Integration/SampleUnityProject/Temp/
tests/Unityctl.Integration/SampleUnityProject/UserSettings/
## Ralph workspace (반복 간 맥락 파일)
docs/internal/ralph/workspace/*
!docs/internal/ralph/workspace/.gitkeep
docs/status/.readme-sync.lock
ralph/workspace/*.log
ralph/workspace/*.txt
docs/contest/demo/