Skip to content

Commit

Permalink
Merge pull request #34 from solvena/33-gitignore-addons
Browse files Browse the repository at this point in the history
Add more files to ignore
  • Loading branch information
elisab3 authored May 25, 2026
2 parents e9a5a0f + 0419611 commit efa9a1f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
# Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
release.properties

# IDE - VS Code
.vscode/

# IDE - IntelliJ
.idea/
*.iml
*.iws
*.ipr

# macOS
.DS_Store

# Loggfiler
*.log

0 comments on commit efa9a1f

Please sign in to comment.