This repository has been archived on 2022-01-31. You can view files and clone it, but cannot push or open issues or pull requests.
LimeLogin/.gitignore

30 lines
318 B
Plaintext
Raw Normal View History

2021-06-10 14:09:00 +00:00
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
2021-06-14 15:54:47 +00:00
#maven
target
out
#intellji idea
2021-06-14 16:58:12 +00:00
.idea
*.iml
2021-06-10 14:09:00 +00:00
# Package Files #
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*