-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
88 lines (74 loc) · 1.17 KB
/
.gitignore
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
# Unity generated folders
[Ll]ibrary/
[Tt]emp/
[Oo]bj/
[Bb]uild/
[Bb]uilds/
[Ll]ogs/
[Mm]emoryCaptures/
# Auto-generated VS/VSCode/JetBrains Rider files
.vscode/
*.csproj
*.sln
*.user
*.unityproj
*.suo
*.tmp
*.userprefs
*.pidb
*.booproj
*.svd
*.idea/
*.sln.dotsettings
# Unity-specific files
*.pidb.meta
*.pdb
*.mdb
*.opendb
*.bak
*.swp
*.log
*.lock
# OS generated files
.DS_Store
Thumbs.db
*.appledouble
# Temporary files
*.tmp
*.temp
*.bak
*.cache
*.diff
*.orig
*.rej
# Ignore build artifacts for different platforms
/Builds/
*.apk
*.aab
*.app
*.ipa
*.exe
# Unity Plugin-specific exclusions
# Exclude specific plugins (if any) and their generated files, e.g., Oculus
/Plugins/*/bin/
Assets/Oculus/
Assets/SteamVR/
# TextMesh Pro (if used, comment if unused)
Assets/TextMesh Pro/
# Logs
*.log
Logs/
# Unity cloud build
/[Uu]ser[Ss]ettings/
# Temporary files generated during runtime
*.log
*.stacktrace
# Packages directory (optional, if using Package Manager)
# /Packages/
# Ignore files related to Unity Collab (if using Git for version control)
/[Uu]ser[Ss]ettings/[Cc]ollab/
# Ignore files for Unity cache server
UnityCache/
# Ignore .env or other environment config files
.env
.env.*