se-edu/addressbook-level3

Updating gitignore to account for bin folder

Closed this issue · 1 comments

Currently, running ./gradlew (not ./gradlew build) in the terminal will generate a bin folder in the current directory which contains all the .class files. This folder should be included in .gitignore.

After some investigation, the creation of bin/ folder seems to be caused by a separate vscode extension. As the focus of the module is the use of Intellij, let's close this for now.