-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
30 lines (28 loc) · 990 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
#Unity
UnityDataKeepersProj/[Ll]ibrary/
UnityDataKeepersProj/[Tt]emp/
UnityDataKeepersProj/[Oo]bj/
UnityDataKeepersProj/[Bb]uild/
UnityDataKeepersProj/[Bb]uilds/
UnityDataKeepersProj/Assets/AssetStoreTools*
UnityDataKeepersProj/ExportedObj/
UnityDataKeepersProj/*.csproj
UnityDataKeepersProj/*.unityproj
UnityDataKeepersProj/*.sln
UnityDataKeepersProj/*.suo
UnityDataKeepersProj/*.tmp
UnityDataKeepersProj/*.user
UnityDataKeepersProj/*.userprefs
UnityDataKeepersProj/*.pidb
UnityDataKeepersProj/*.booproj
UnityDataKeepersProj/*.svd
UnityDataKeepersProj/*.pidb.meta
UnityDataKeepersProj/*sysinfo.txt
UnityDataKeepersProj/Assets/DeveloperPlugins/
UnityDataKeepersProj/Assets/DeveloperPlugins.meta
UnityDataKeepersProj/Assets/StreamingAssets/DataKeepers/
UnityDataKeepersProj/Assets/Scripts/Generated/
UnityDataKeepersProj/Assets/Scripts/Generated.meta
UnityDataKeepersCore/UnityDataKeepers/obj/
UnityDataKeepersCore/UnityDataKeeperTests/obj/
UnityDataKeepersCore/UnityDataKeepers.v12.suo