Specify solely the root output folder to be ignored by git (#308)
This is aimed at the script/output/ folder. With the .gitignore file as it is now, the scripts/output/ folder is ignored. However, since the the files in that folder were tracked by git before the .gitgnore file was refactored to its current version, they weren't in fact ignored. The problem arrises, when adding new files to the folder. These files are well and truly ignored. This commit fixes that.
Please register or sign in to comment