diff options
| author | Kenix3 <kenixwhisperwind@gmail.com> | 2023-05-04 23:56:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-04 23:56:57 -0400 |
| commit | f9cfcde6274fc8a9678ead05616ae5587630b6f2 (patch) | |
| tree | 7168fb3ad981823bc5fcce75419a01f2596186e7 /.gitignore | |
| parent | c3ba15ed57c7e238312f763e8390fbe424ecf27a (diff) | |
Lus updates (#2835)
* Changes for LUS renames in ResourceManager and Archive.
* Moves WriteSaveFile and ReadSaveFile to SaveManager.
* Removes ImGui namespace.
* Bump LUS
* Updates gitignore for intellij projects.
* Controller usage is now up to date with newest LUS.
* Adapters for removal of Controller.WriteToSource from LUS.
* Uses correct capitalization on Controller.GetProfile()
* Bump LUS
---------
Co-authored-by: Christopher Leggett <chris@leggett.dev>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index af0068765..3ef2451d2 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ __pycache__/ .vscode/ .vs/ .idea/ -cmake-build-debug +cmake-build-** venv/ .cache/ |
