Skip to content

Commit

Permalink
Updated .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
einaskoi committed Feb 9, 2026
1 parent 65d4d56 commit 70f2895
Showing 1 changed file with 34 additions and 4 deletions.
38 changes: 34 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Maven
target/
pom.xml.tag
pom.xml.releaseBackup
Expand All @@ -7,11 +8,40 @@ release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
.mvn/wrapper/maven-wrapper.jar

# Eclipse m2e generated files
# Eclipse Core

# IntelliJ IDEA
.idea/
*.iml
out/


# VS Code
.vscode/


# Eclipse
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath
.settings/


# OS junk
.DS_Store
Thumbs.db


# Logs
*.log


# Build artifacts
*.jar
*.war
*.ear


# Optional: game assets temp/cache
tmp/
temp/

0 comments on commit 70f2895

Please sign in to comment.