Skip to content

Commit

Permalink
init: Create .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
emilfa authored Feb 26, 2026
1 parent 9f61254 commit 18eeadf
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
##############################
## Java
##############################
.mtj.tmp/
*.class
*.jar
*.war
*.ear
*.nar

##############################
## Maven
##############################
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
pom.xml.bak
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar

##############################
## IntelliJ
##############################
out/
.idea/*
*.iml
*.ipr
*.iws

##############################
## Database
##############################
*.db
*.DS_Store

0 comments on commit 18eeadf

Please sign in to comment.