-
Jason Tedor authored
This commit adds the IntelliJ ipr extension to .gitignore. These project files are created when running the Maven goal idea:idea.
Jason Tedor authoredThis commit adds the IntelliJ ipr extension to .gitignore. These project files are created when running the Maven goal idea:idea.
.gitignore 315 B
# ignore compiled byte code
target
# ignore output files from testing
output*
# ignore standard Eclipse files
.project
.classpath
.settings
.checkstyle
# ignore standard IntelliJ files
.idea/
*.iml
*.ipr
*.iws
# ignore standard Vim and Emacs temp files
*.swp
*~
# ignore standard Mac OS X files/dirs
.DS_Store