3 changed files with 8 additions and 2 deletions
@ -1,3 +1,9 @@ |
|||
# Ignore compiled Java class files |
|||
*.class |
|||
target/* |
|||
target/classes/com/example/App.class |
|||
|
|||
# Ignore Maven/Gradle build output |
|||
/target/ |
|||
|
|||
# Keep local IDE/project files (uncomment if needed) |
|||
# .idea/ |
|||
# *.iml |
|||
|
|||
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue