-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
94 lines (73 loc) · 2.06 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
89
90
91
92
93
94
# This .gitignore file should be placed at the root of your Unity project directory
#
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
#
# Ignore the Unity Library folder (generated during the build process)
/[Ll]ibrary/
# Ignore Temp folder (generated during the build process)
/[Tt]emp/
# Ignore Obj folder (temporary object files from the build process)
/[Oo]bj/
# Ignore Build folders (output of build processes)
/[Bb]uild/
/[Bb]uilds/
# Ignore Logs folder (Unity editor logs and other runtime logs)
/[Ll]ogs/
# Ignore UserSettings folder (user-specific settings that should not be shared)
/[Uu]ser[Ss]ettings/
# Ignore memory capture files (large files generated during debugging)
/[Mm]emoryCaptures/
# Ignore recording files (generated from Unity recording tools)
/[Rr]ecordings/
# Ignore Asset Store Tools plugin if used
# /[Aa]ssets/AssetStoreTools*
# Ignore JetBrains Rider plugin files
/[Aa]ssets/Plugins/Editor/JetBrains*
# Ignore Visual Studio and Rider-specific folders
.vs/
.idea/
# Ignore Gradle-related files (for Android builds)
.gradle/
# Ignore build system files like solution files, project files, and others
ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.pdb
*.mdb
*.opendb
*.VC.db
# Unity-specific generated meta files
*.pidb.meta
*.pdb.meta
*.mdb.meta
# Unity-generated crash report files
sysinfo.txt
# Ignore build artifacts (Android, Unity Package, etc.)
*.apk
*.aab
*.unitypackage
*.app
# Ignore Crashlytics-generated files (if using Firebase Crashlytics)
crashlytics-build.properties
# Ignore addressable assets (data files)
/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*
# Ignore auto-generated Android assets and Streaming Assets
/[Aa]ssets/[Ss]treamingAssets/aa.meta
/[Aa]ssets/[Ss]treamingAssets/aa/*
# Ignore TextMesh Pro resources
Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset
# Ignore Shader Graph settings (can be rebuilt)
ProjectSettings/ShaderGraphSettings.asset
# Ignore any other temporary files
*.log
*.bak
*.swp