Update .gitignore
This commit is contained in:
parent
0a04a349a6
commit
2e6219095c
12
.gitignore
vendored
12
.gitignore
vendored
@ -10,6 +10,14 @@
|
|||||||
# Mobile Tools for Java (J2ME)
|
# Mobile Tools for Java (J2ME)
|
||||||
.mtj.tmp/
|
.mtj.tmp/
|
||||||
|
|
||||||
|
#maven
|
||||||
|
target
|
||||||
|
out
|
||||||
|
|
||||||
|
#intellji idea
|
||||||
|
idea/
|
||||||
|
idea
|
||||||
|
|
||||||
# Package Files #
|
# Package Files #
|
||||||
*.jar
|
*.jar
|
||||||
*.war
|
*.war
|
||||||
@ -21,3 +29,7 @@
|
|||||||
|
|
||||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||||
hs_err_pid*
|
hs_err_pid*
|
||||||
|
|
||||||
|
# LimeLogin files
|
||||||
|
LimeLogin-Plugin
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user