Files
wiicompiled/.gitignore
2026-09-01 17:01:57 +02:00

73 lines
642 B
Plaintext

/generated/
/Assets/
/assets/
/PulsarPacks/
*.dol
*.rel
*.szs
*.arc
*.brres
*.thp
*.bmg
*.brsar
*.breff
*.u8
*.carc
*.iso
*.rvz
*.wbfs
*.nkit
*.ciso
*.gcm
*.wad
Code.pul
# Build output
/build/
/build-*/
/native-build/
/dist/
/out/
[Bb]in/
[Oo]bj/
*.o
*.obj
*.a
*.lib
*.pdb
*.ilk
*.map
CMakeCache.txt
CMakeFiles/
cmake-build-*/
# .NET
/translator/TestResults/
**/TestResults/
*.user
*.suo
*.userprefs
project.lock.json
.packages/
# Launcher artifacts
/Launcher/artifacts/
/Launcher/dist/
/Launcher/WiiCompiled-Setup.exe
*.exe
*.msi
# Local tooling and editors
/.vs/
/.vscode/
/.idea/
/tools/
/TEMP/
/tmp/
/test_output/
*.log
output.txt