1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-13 15:27:30 +08:00

Remove and ignore encodings.xml

Disappeared in latest EAP and doesn't look like something we would have
wanted to be committed in the first place.
This commit is contained in:
Dean Herbert 2024-07-05 13:00:10 +09:00
parent aaef5c189d
commit 482ac32f01
No known key found for this signature in database
2 changed files with 1 additions and 4 deletions

1
.gitignore vendored
View File

@ -266,6 +266,7 @@ __pycache__/
.idea/**/dictionaries
.idea/**/shelf
.idea/*/.idea/projectSettingsUpdater.xml
.idea/*/.idea/encodings.xml
# Generated files
.idea/**/contentModel.xml

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding" addBOMForNewFiles="with NO BOM" />
</project>