misc
This commit is contained in:
18
.gitignore
vendored
18
.gitignore
vendored
@@ -1,30 +1,34 @@
|
||||
/Binaries/*
|
||||
# Folders generated by Flax Engine
|
||||
/Binaries/*
|
||||
/Cache/*
|
||||
/Logs/*
|
||||
/Output/*
|
||||
|
||||
*/SceneData/*/Lightmaps/*
|
||||
*/SceneData/*/SkyLights/*
|
||||
/*.sln
|
||||
/Source/obj/
|
||||
/Source/*.csproj
|
||||
/Source/*.Gen.cs
|
||||
/Source/*.Gen.cpp
|
||||
/Source/*.Gen.h
|
||||
|
||||
# IDE generated files and user settings
|
||||
*.csproj.user
|
||||
*.suo
|
||||
*.DotSettings.user
|
||||
omnisharp.json
|
||||
.vs/*
|
||||
.vscode/
|
||||
.idea/*
|
||||
enc_temp_folder/*
|
||||
|
||||
*/SceneData/*/Lightmaps/*
|
||||
*/SceneData/*/SkyLights/*
|
||||
|
||||
# Game specific files
|
||||
packages/*
|
||||
Tests/bin/
|
||||
Tests/obj/
|
||||
Assets/desktop.ini
|
||||
Assets/Maps/autosave/
|
||||
Demos/
|
||||
omnisharp.json
|
||||
|
||||
console.log
|
||||
console-1.log
|
||||
console-1.log
|
||||
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,7 @@
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<ImplicitUsings>disable</ImplicitUsings>
|
||||
<TargetFrameworks>net7.0</TargetFrameworks>
|
||||
<TargetFrameworks>net8.0</TargetFrameworks>
|
||||
<IsPublishable>False</IsPublishable>
|
||||
<Configurations>Game.Windows.Development;Game.Windows.Debug</Configurations>
|
||||
<Platforms>x64</Platforms>
|
||||
|
||||
Reference in New Issue
Block a user