|
1 |
| -#Based on info from http://unity3d.com/support/documentation/Manual/ExternalVersionControlSystemSupport.html |
2 |
| - |
3 |
| -#Unity3d Stuff |
4 |
| -Library/* |
5 |
| - |
6 |
| -#Library files |
7 |
| -#*.anim |
8 |
| -#*.anim.meta |
9 |
| - |
10 |
| -Assembly-UnityScript-vs.unityproj |
11 |
| -Assembly-UnityScript.unityproj |
12 |
| -!Library/EditorBuildSettings.asset |
13 |
| -!Library/InputManager.asset |
14 |
| -!Library/ProjectSettings.asset |
15 |
| -!Library/QualitySettings.asset |
16 |
| -!Library/TagManager.asset |
17 |
| -!Library/TimeManager.asset |
18 |
| -!Library/AudioManager.asset |
19 |
| -!Library/DynamicsManager.asset |
20 |
| -!Library/NetworkManager.asset |
21 |
| - |
| 1 | +# This .gitignore file should be placed at the root of your Unity project directory |
| 2 | +# |
| 3 | +# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore |
| 4 | +# |
| 5 | +/[Ll]ibrary/ |
| 6 | +/[Tt]emp/ |
| 7 | +/[Oo]bj/ |
| 8 | +/[Bb]uild/ |
| 9 | +/[Bb]uilds/ |
| 10 | +/[Ll]ogs/ |
| 11 | +/[Mm]emoryCaptures/ |
| 12 | + |
| 13 | +# Asset meta data should only be ignored when the corresponding asset is also ignored |
| 14 | +!/[Aa]ssets/**/*.meta |
| 15 | + |
| 16 | +# Uncomment this line if you wish to ignore the asset store tools plugin |
| 17 | +# /[Aa]ssets/AssetStoreTools* |
| 18 | + |
| 19 | +# Autogenerated Jetbrains Rider plugin |
| 20 | +[Aa]ssets/Plugins/Editor/JetBrains* |
| 21 | + |
| 22 | +# Visual Studio cache directory |
| 23 | +.vs/ |
| 24 | + |
| 25 | +# Gradle cache directory |
| 26 | +.gradle/ |
| 27 | + |
| 28 | +# Autogenerated VS/MD/Consulo solution and project files |
| 29 | +ExportedObj/ |
| 30 | +.consulo/ |
| 31 | +*.csproj |
22 | 32 | *.unityproj
|
23 |
| -*.userprefs |
24 |
| -bios/* |
25 |
| -#binary stuff |
26 |
| -obj/* |
27 |
| -Temp/* |
28 |
| - |
29 |
| -#Visual Studio Stuff |
30 | 33 | *.sln
|
31 | 34 | *.suo
|
| 35 | +*.tmp |
| 36 | +*.user |
| 37 | +*.userprefs |
32 | 38 | *.pidb
|
33 |
| -*.swp |
34 |
| -*.csproj |
35 |
| - |
36 |
| -# windows stuff |
37 |
| -# Thumbs.db.meta should not exist, but every now and then it happens |
38 |
| -Thumbs.db |
39 |
| -Thumbs.db.meta |
40 |
| - |
41 |
| -# wired apple stuff |
42 |
| -# .DS_Store.meta should not exist, but every now and then it happens |
43 |
| -.DS_Store |
44 |
| -.DS_Store.meta |
45 |
| - |
46 |
| -#Android Stuff |
| 39 | +*.booproj |
| 40 | +*.svd |
| 41 | +*.pdb |
| 42 | +*.mdb |
| 43 | +*.opendb |
| 44 | +*.VC.db |
| 45 | + |
| 46 | +# Unity3D generated meta files |
| 47 | +*.pidb.meta |
| 48 | +*.pdb.meta |
| 49 | +*.mdb.meta |
| 50 | + |
| 51 | +# Unity3D generated file on crash reports |
| 52 | +sysinfo.txt |
| 53 | + |
| 54 | +# Builds |
47 | 55 | *.apk
|
| 56 | +*.unitypackage |
48 | 57 |
|
49 |
| -Bundles/Versioned/* |
50 |
| - |
51 |
| -/Assets/Root/ |
52 |
| -Assets/Root |
53 |
| - |
54 |
| -/iosbuild/ |
55 |
| -/web/ |
| 58 | +# Crashlytics generated file |
| 59 | +crashlytics-build.properties |
56 | 60 |
|
57 |
| -/ProjectSettings/AndroidResolverDependencies.xml |
|
0 commit comments