Files
ARMSX1/.gitignore
T
moonpower 30d4e57a3c Add custom font and configure React Native project settings
- Added the Pixel Cyr font to the mobile assets directory.
- Created a new React Native configuration file to specify project settings, including Android source directory, app name, and package name.
- Configured asset linking for the mobile assets.
2025-11-23 13:19:06 +03:00

39 lines
454 B
Plaintext

.vscode/
bin/
build-win32/
res/
sdl2/
SDL2-2.30.3/
sdl2-win32/
sdl2-win64/
system573/
psyq/
test/
bios/
roms/
snap/
*.BIN
*.bin
*.dll
*.exe
*.out
*.toml
!Cargo.toml
*.zip
*.cue
*.iso
*.mcd
*.rom
*.o
psxe.app
.DS_Store
*/.DS_Store
node_modules
ios/HostApp/Pods/*
ios/HostApp/build/*
helpers/*
android/app/src/main/jniLibs/
android/native-deps/
mobile/temp/*
ios/HostApp/ARMSX.xcodeproj/
ios/HostApp/ARMSX.xcworkspace/