mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-26 20:31:41 +00:00
Improve .gitignore
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
This commit is contained in:
parent
fe06134bb1
commit
f42bf04f6d
1 changed files with 13 additions and 0 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
|
@ -397,3 +397,16 @@ FodyWeavers.xsd
|
||||||
|
|
||||||
# JetBrains Rider
|
# JetBrains Rider
|
||||||
*.sln.iml
|
*.sln.iml
|
||||||
|
|
||||||
|
# IntelliJ IDEs
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
# macOS metadata
|
||||||
|
*.DS_Store
|
||||||
|
|
||||||
|
# CMake Files
|
||||||
|
**/cmake-build-debug
|
||||||
|
**/CMakeCache.txt
|
||||||
|
|
||||||
|
# Unleashed game files
|
||||||
|
private/
|
||||||
Loading…
Add table
Reference in a new issue