Skip to content

Commit

Permalink
Merge pull request #3 from Team-40-IDATT2003/gitignore
Browse files Browse the repository at this point in the history
Ny gitignore
  • Loading branch information
tommyah authored Jan 30, 2026
2 parents 47f7af9 + b25d57a commit a6ef192
Showing 1 changed file with 44 additions and 5 deletions.
49 changes: 44 additions & 5 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,49 @@ 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
# ===== Java =====
*.class
*.log
*.ctxt

# ===== Package Files =====
*.jar
*.war
*.ear

# ===== IDE: IntelliJ =====
.idea/
*.iml
*.iws
out/

# ===== IDE: Eclipse =====
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath
.settings/
bin/

# ===== IDE: VS Code =====
.vscode/

# ===== OS Files =====
.DS_Store
Thumbs.db

# ===== Logs =====
logs/
*.log

# ===== Temporary files =====
*.tmp
*.swp
*.swo

# ===== Test output =====
surefire-reports/
failsafe-reports/

# ===== Coverage tools =====
coverage/
jacoco.exec

0 comments on commit a6ef192

Please sign in to comment.