keycloak/.gitignore

42 lines
438 B
Plaintext
Raw Normal View History

2013-07-02 09:05:33 -05:00
# Intellij
###################
.idea
*.iml
2013-07-22 09:18:06 -05:00
# Eclipse #
###########
.project
.settings
.classpath
2013-07-02 09:05:33 -05:00
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# 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
2013-07-22 09:18:06 -05:00
# Maven #
#########
target
2013-07-02 09:05:33 -05:00