-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
99 lines (78 loc) · 1.58 KB
/
.gitignore
File metadata and controls
99 lines (78 loc) · 1.58 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
90
91
92
93
94
95
96
97
98
99
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/[Ii]osBuild/
/[Ll]ogs/
/.idea/
/.ssh/
/UserSettings/
# Autogenera VsCode debug file
*.vscode-janus-debug
# Gradle cache directory
/.gradle/
# Autogenerated VS/MD solution and project files
ExportedObj/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.vscode
*.vs
# Unity3D generated files
*.pidb.meta
/Assets/StreamingAssets/guids
/Assets/StreamingAssets/guids.meta
# Unity3D Generated File On Crash Reports
sysinfo.txt
# MacOS trash
.DS_Store
*/.DS_Store
*/**/*/.DS_Store
# Builds
*.apk
#*.unitypackage
# Android Studio intermediates and builds
Sources/Android/*/**/build/**/*
# CSharp 6.0 compile log
CSharp60Support/compilation.log
# Remote settings
/Assets/RemoteSettings/Editor/link.xml.meta
# Odin AOT generated dll
**/Sirenix/Assemblies/AOT
**/Sirenix/Assemblies/AOT.meta
# Entitas Jenny
*.userproperties
# AB-tests
ab_test_data.json
ab_test_manifest.json
# xpromo
xpromo-cache/
# Addressables
/Assets/AddressableAssetsData/iOS
/Assets/AddressableAssetsData/iOS.meta
/Assets/AddressableAssetsData/Android
/Assets/AddressableAssetsData/Android.meta
/Assets/AddressableAssetsData/OSX
/Assets/AddressableAssetsData/OSX.meta
/Assets/AddressableAssetsData/Windows
/Assets/AddressableAssetsData/Windows.meta
# Substance
/Assets/Plugins/Substance/Substance Source/.SourceCache
# Autodesk Maya
*.swatch
# Battle Emulator Logs
/Assets/BattleEmulatorLogs/
/Assets/BattleEmulatorLogs.meta
# Find References Cache
/Assets/FR2_Cache.asset
/Assets/FR2_Cache.asset.meta
# Nuget
/Packages/nuget-packages/InstalledPackages