.gitignore

18 lines | 130 B Blame History Raw Download
*.class
nbproject/private/
*.out
*.swp
*.DS_Store
*.lock
*~
target/
bin/
.classpath
.project
.settings/

# intellij
.idea/
*.iml