# Build artifacts target/ **/target/ *.jar *.war *.ear # IDE .idea/ *.iml .vscode/ .settings/ .project .classpath *.swp *.swo # OS .DS_Store Thumbs.db # Git .git/ .gitignore .github/ # Documentation *.md docs/ README.md # Tests **/test/ **/*Test.java **/*TestCase.java # Logs *.log logs/ # Temporaires *.tmp *.temp tmp/ temp/