################################################################################ # # NESmaker .gitiginore boilerplate by kevin81 is marked with CC0 1.0. To view a # copy of this license, visit https://creativecommons.org/publicdomain/zero/1.0 # # Make sure to replace all instances of with your project name! # # # By default, ignore everything to prevent NESmaker source code from leaking * # Whitelist the git files !README.md !.gitignore # I added a folder ExtAssets for stuff like FTM music files, NEXXT project # files, screenshots, documentation, et cetera. !ExtAssets !ExtAssets/**/* # NESmaker project file: !Projects !Projects/.MST # Project specific graphic assets !GraphicAssets !GraphicAssets/ !GraphicAssets//* # Project specific assembly scripts # (assuming you're adding a project folder next to the other module folders) !GameEngineData !GameEngineData/Routines !GameEngineData/Routines/BASE_4_5 !GameEngineData/Routines/BASE_4_5/ !GameEngineData/Routines/BASE_4_5//**/* # If you want to add your demo.txt to the repository, uncomment this line: # !GameEngineData/demo.txt # If you want the exported ROM to be available in GIT, uncomment these lines: # !Emulator # !Emulator/game.nes