Skip to content

Commit

Permalink
Add bin/ folder to .gitignore
Browse files Browse the repository at this point in the history
Previously, running the command ./gradlew in the terminal
generated a bin folder containing all the .class files.
To prevent accidentally committing files to the repository,
let's adds /bin/ to the .gitignore file
  • Loading branch information
Eclipse-Dominator committed May 14, 2023
1 parent 1e05fef commit d7c53dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Gradle build files
/.gradle/
/build/
/bin/
src/main/resources/docs/

# IDEA files
Expand Down

0 comments on commit d7c53dc

Please sign in to comment.