# ---> Core Maven Ignores # These cover the general files and directories generated by Maven target/ pom.xml.tag pom.xml.releaseBackup pom.xml.versionsBackup pom.xml.next release.properties dependency-reduced-pom.xml buildNumber.properties .mvn/timing.properties # Avoid pushing Maven wrapper JAR, but allow other necessary parts of the Maven wrapper .mvn/wrapper/maven-wrapper.jar !.mvn/wrapper/ # ---> IDE Specific Ignores # IntelliJ IDEA specifics .idea/ *.iws *.iml *.ipr # VSCode specifics .vscode/ *.code-workspace # ---> Operating System Specific Ignores # Linux *~ # Windows Thumbs.db ehthumbs.db Desktop.ini $RECYCLE.BIN/ # macOS .DS_Store .AppleDouble .LSOverride # ---> Common File Ignores # Backup and temporary files *.bak *.swp *.ser *.log