Codebase list resteasy / upstream/3.1.3 .gitignore
upstream/3.1.3

Tree @upstream/3.1.3 (Download .tar.gz)

.gitignore @upstream/3.1.3raw · history · blame

target

# Intellij
###################
*.iml
*.ipr
*.iws
.idea

# Eclipse
###################
**/.settings
**/.project
**/.classpath
**/.checkstyle


# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Logs and databases #
######################
*.log


# files generated by test #
###########################
jaxrs/security/resteasy-crypto/*signed*.txt
myDB.script
myDB.properties

.DS_Store