.gitignore 629 Bytes
*.class
bin

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

# ignore Maven generated target folders
target

# ignore eclipse files
.project
.classpath
.settings
.metadata

# idea files
.idea
*.iml

# visual studio code
.vscode

# macOS files
.DS_Store


# IDE support files
/.classpath
/.launch
/.project
/.settings
/*.launch
/*.tmproj
/ivy*
/eclipse


# ignore Maven generated target folders
target/
out/
build/
bin/

## .gitignore for eclipse
*.pydevproject


bin/**
tmp/**
tmp/**/*
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath

# logs
/stacktrace.log
/test/reports
/logs
*.log
*.log.*
/.apt_generated/
.idea/
/target/