Files
wiicompiled/.gitignore
T
Wubbzee a135beb201 Reduce CI time using caching (#180)
* caching a little bit

* provide CMake with the explicit path to sccache.exe

* map ACTIONS_RESULTS_URL to ACTIONS_CACHE_URL so sccache can upload the
files...

* i removed the parallel oops

* small change

* doing a little bit of flag editing

* update sccache and cache nuget stuff
2026-09-07 09:18:53 +02:00

77 lines
709 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/
/native-build-macos/
/local-products/
/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
# Operating System
.DS_Store