Open ghost opened 6 years ago
Just a heads up.
You might wanna add .idea/ to your .gitignore as that file is usually per personal project and it's specific to your setup.
Same for the out/ folder. You shouldn't put binary/complete builds into the repository. Users should build the project themselves using their own toolchain.
Just a heads up.
You might wanna add .idea/ to your .gitignore as that file is usually per personal project and it's specific to your setup.