mirror of
https://github.com/cloudmaker97/TikTok-mGBA-Emulator.git
synced 2025-12-05 23:48:38 +00:00
10 lines
No EOL
165 B
Text
10 lines
No EOL
165 B
Text
# Ignore VSCode settings
|
|
.vscode
|
|
|
|
# Ignore Node.js modules and build output
|
|
/node/node_modules
|
|
/node/dist
|
|
|
|
# Ignore everything except save files
|
|
/roms/*
|
|
!/roms/*.sav |