mirror of https://github.com/ppy/osu
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:
parent
aaef5c189d
commit
482ac32f01
|
@ -266,6 +266,7 @@ __pycache__/
|
|||
.idea/**/dictionaries
|
||||
.idea/**/shelf
|
||||
.idea/*/.idea/projectSettingsUpdater.xml
|
||||
.idea/*/.idea/encodings.xml
|
||||
|
||||
# Generated files
|
||||
.idea/**/contentModel.xml
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Encoding" addBOMForNewFiles="with NO BOM" />
|
||||
</project>
|
Loading…
Reference in New Issue