42 lines
330 B
Plaintext
42 lines
330 B
Plaintext
.*
|
|
!.gitignore
|
|
*.class
|
|
Icon
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
|
|
#package files
|
|
*.sw?
|
|
.#*
|
|
*#
|
|
*~
|
|
.classpath
|
|
.project
|
|
.settingsbin
|
|
build
|
|
target
|
|
out
|
|
dependency-reduced-pom.xml
|
|
*.sublime-*
|
|
/scratch
|
|
README.html
|
|
*.xml.bak
|
|
*.iml
|
|
.idea
|
|
|
|
release/
|
|
|
|
# Thumbnails
|
|
._*
|
|
|
|
# Files that might appear on external disk
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
|
|
|
|
|