After build is complete git sees the output files (in bin, src directories) as changes which is a potential problem for devs. This PR adds a .gitignore to ignore build related files so that future commits can be done without thinking that much about ignoring build files.
After build is complete git sees the output files (in bin, src directories) as changes which is a potential problem for devs. This PR adds a .gitignore to ignore build related files so that future commits can be done without thinking that much about ignoring build files.