diff --git a/.gitignore b/.gitignore index 22e7db6..d79e094 100644 --- a/.gitignore +++ b/.gitignore @@ -1,28 +1,23 @@ -# ---> Unity -# This .gitignore file should be placed at the root of your Unity project directory -# -# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore -# -/[Ll]ibrary/ -/[Tt]emp/ -/[Oo]bj/ -/[Bb]uild/ -/[Bb]uilds/ -/[Ll]ogs/ -/[Uu]ser[Ss]ettings/ +# Unity generated folders +[Ll]ibrary/ +[Tt]emp/ +[Oo]bj/ +[Bb]uild/ +[Bb]uilds/ +[Ll]ogs/ +[Uu]ser[Ss]ettings/ +[Mm]emoryCaptures/ +[Rr]ecordings/ -# MemoryCaptures can get excessive in size. -# They also could contain extremely sensitive data -/[Mm]emoryCaptures/ - -# Recordings can get excessive in size -/[Rr]ecordings/ +# Asset meta data should only be ignored when the corresponding asset is also ignored +!/[Aa]ssets/**/*.meta # Uncomment this line if you wish to ignore the asset store tools plugin # /[Aa]ssets/AssetStoreTools* # Autogenerated Jetbrains Rider plugin /[Aa]ssets/Plugins/Editor/JetBrains* +.idea/ # Visual Studio cache directory .vs/ @@ -36,6 +31,7 @@ ExportedObj/ *.csproj *.unityproj *.sln +*.slnx *.suo *.tmp *.user @@ -60,7 +56,6 @@ sysinfo.txt *.apk *.aab *.unitypackage -*.unitypackage.meta *.app # Crashlytics generated file @@ -73,3 +68,7 @@ crashlytics-build.properties /[Aa]ssets/[Ss]treamingAssets/aa.meta /[Aa]ssets/[Ss]treamingAssets/aa/* +# OS / Editor cruft +.DS_Store +Thumbs.db +desktop.ini diff --git a/README.md b/README.md index fb45d4c..ba05dcb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# Emberwild +# Ashwild diff --git a/steam_appid.txt b/steam_appid.txt new file mode 100644 index 0000000..d785d78 --- /dev/null +++ b/steam_appid.txt @@ -0,0 +1 @@ +4282850 \ No newline at end of file