4coder-community / 4cc

59 stars 22 forks source link

Updated gitignore and remove the need to create a new "code" folder. #1

Closed miguelcartaxo closed 2 years ago

miguelcartaxo commented 2 years ago

1) After first compilation the root of the project creates a lot of binaries and that just pollutes the git staging section as potential adds. Let's ignore those.

2) It's annoying to have to rename the repo folder to "code", unnecessary extra setup step and that also may confuse git related tools like fork. Since the repo has changed name to 4cc that actually works pretty well.

Jack-Punter commented 2 years ago

I'm going to close this PR because I've pushed a branch (Monorepo) which includes both repos into the correctly named sub-directories, which addresses the main issue that this PR does. Its not merged yet, because I'm waiting on some extra validation that it hasn't broken anything for a few different setups, so if you try it and run into issues lmk.

See PR #2