-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
63 lines (53 loc) · 830 Bytes
/
.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
# Unity specific
[Ll]ibrary/
[Tt]emp/
[Oo]bj/
[Bb]uild/
[Bb]uilds/
[Ll]ogs/
# User-specific files
*.sln
*.userprefs
*.csproj
*.pidb
*.user
# Visual Studio specific
.vscode/
.vs/
*.suo
*.user
*.unityproj
*.booproj
*.tmp
# Rider specific
.idea/
*.sln.iml
*.sln.dotSettings
# Cache files
*.apk
*.aab
*.pdb
*.mdb
# Asset files
*.asset
*.meta
*.unity
# Ignore specific Unity packages
Packages/com.unity.ide.vscode/
Packages/com.unity.ide.rider/
Packages/com.unity.addressables/
Packages/com.unity.textmeshpro/
# Build directories
[Bb]uild/
[Oo]ut/
# Ignore the generated files from the source generator
#Assets/Generators/Core.Singleton.Generators/bin/
Assets/Generators/Core.Singleton.Generators/obj/
# Ignore user-specific settings
*.csproj.user
*.sln.dotSettings
# Ignore backups and other files
*.bak
*.tmp
*.swp
*.swo