Showing
1 changed file
with
8 additions
and
8 deletions
| ... | @@ -23,13 +23,13 @@ | ... | @@ -23,13 +23,13 @@ |
| 23 | /src/unity/creating-map/[Mm]emoryCaptures/ | 23 | /src/unity/creating-map/[Mm]emoryCaptures/ |
| 24 | 24 | ||
| 25 | # Asset meta data should only be ignored when the corresponding asset is also ignored | 25 | # Asset meta data should only be ignored when the corresponding asset is also ignored |
| 26 | -!/[Aa]ssets/**/*.meta | 26 | +!/src/unity/creating-map/[Aa]ssets/**/*.meta |
| 27 | 27 | ||
| 28 | # Uncomment this line if you wish to ignore the asset store tools plugin | 28 | # Uncomment this line if you wish to ignore the asset store tools plugin |
| 29 | -# /[Aa]ssets/AssetStoreTools* | 29 | +# /src/unity/creating-map/[Aa]ssets/AssetStoreTools* |
| 30 | 30 | ||
| 31 | # Autogenerated Jetbrains Rider plugin | 31 | # Autogenerated Jetbrains Rider plugin |
| 32 | -/[Aa]ssets/Plugins/Editor/JetBrains* | 32 | +/src/unity/creating-map/[Aa]ssets/Plugins/Editor/JetBrains* |
| 33 | 33 | ||
| 34 | # Visual Studio cache directory | 34 | # Visual Studio cache directory |
| 35 | .vs/ | 35 | .vs/ |
| ... | @@ -38,7 +38,7 @@ | ... | @@ -38,7 +38,7 @@ |
| 38 | .gradle/ | 38 | .gradle/ |
| 39 | 39 | ||
| 40 | # Autogenerated VS/MD/Consulo solution and project files | 40 | # Autogenerated VS/MD/Consulo solution and project files |
| 41 | -ExportedObj/ | 41 | +/src/unity/creating-map/ExportedObj/ |
| 42 | .consulo/ | 42 | .consulo/ |
| 43 | *.csproj | 43 | *.csproj |
| 44 | *.unityproj | 44 | *.unityproj |
| ... | @@ -61,18 +61,18 @@ ExportedObj/ | ... | @@ -61,18 +61,18 @@ ExportedObj/ |
| 61 | *.mdb.meta | 61 | *.mdb.meta |
| 62 | 62 | ||
| 63 | # Unity3D generated file on crash reports | 63 | # Unity3D generated file on crash reports |
| 64 | -sysinfo.txt | 64 | +/src/unity/creating-map/sysinfo.txt |
| 65 | 65 | ||
| 66 | # Builds | 66 | # Builds |
| 67 | *.apk | 67 | *.apk |
| 68 | *.unitypackage | 68 | *.unitypackage |
| 69 | 69 | ||
| 70 | # Crashlytics generated file | 70 | # Crashlytics generated file |
| 71 | -crashlytics-build.properties | 71 | +/src/unity/creating-map/crashlytics-build.properties |
| 72 | 72 | ||
| 73 | # Autogenerated files | 73 | # Autogenerated files |
| 74 | -InitTestScene*.unity.meta | 74 | +/src/unity/creating-map/InitTestScene*.unity.meta |
| 75 | -InitTestScene*.unity | 75 | +/src/unity/creating-map/InitTestScene*.unity |
| 76 | 76 | ||
| 77 | 77 | ||
| 78 | # End of https://www.toptal.com/developers/gitignore/api/unity | 78 | # End of https://www.toptal.com/developers/gitignore/api/unity |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment