mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-08 11:51:48 +00:00
0e17edace1
A virtual environment is now created and used to generate the EXE build, which helps to keep its size down to ~10 MiB.
24 lines
273 B
Text
24 lines
273 B
Text
.vscode
|
|
build
|
|
host/__pycache__
|
|
host/installer
|
|
host/build
|
|
host/dist
|
|
host/nxdumptool
|
|
*.elf
|
|
*.nacp
|
|
*.nro
|
|
*.nso
|
|
*.map
|
|
*.pfs0
|
|
*.lst
|
|
*.tar.bz2
|
|
*.7z
|
|
*.log
|
|
*.spec
|
|
*.exe
|
|
*.code-workspace
|
|
|
|
# TODO: remove this after the PoC builds are no longer needed.
|
|
main.cpp
|
|
/code_templates/tmp/*
|