mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
Updated the .gitignore file for iOS
This commit is contained in:
parent
cd78e2645a
commit
2af7267933
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -40,6 +40,16 @@ es-de.worker.js
|
|||
es-core/src/InputOverlay.*
|
||||
es-core/src/utils/PlatformUtilAndroid.*
|
||||
|
||||
# iOS
|
||||
ios/
|
||||
Frameworks/
|
||||
CMakeScripts
|
||||
*.xcodeproj/
|
||||
es-de.xcarchive/
|
||||
es-app/src/UIKitMain.cpp
|
||||
es-core/src/InputOverlay.*
|
||||
es-core/src/utils/PlatformUtilIOS.*
|
||||
|
||||
# AppImage
|
||||
AppDir
|
||||
*.AppImage
|
||||
|
|
Loading…
Reference in a new issue