commit e9ae66e136d3cccf44222b57004f9fd1fbc49d4a Author: badbl0cks <4161747+badbl0cks@users.noreply.github.com> Date: Mon May 15 14:29:16 2023 -0700 Initial project setup Add basic project structure with README and gitignore. Setting up Nintendo Switch homebrew project for BOTW save modification. diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a796091 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +build/ +*.elf +*.nro +*.nacp +*.o +*.d +*.map +*.lst \ No newline at end of file