mirror of https://github.com/OpenVidu/openvidu.git
Update .gitignore
parent
482b275136
commit
fa2987095d
|
@ -1,12 +1,15 @@
|
||||||
*.class
|
*~
|
||||||
|
target
|
||||||
# Mobile Tools for Java (J2ME)
|
.classpath
|
||||||
.mtj.tmp/
|
.project
|
||||||
|
.settings
|
||||||
# Package Files #
|
*orig
|
||||||
*.jar
|
.springBeans
|
||||||
*.war
|
*tmp/
|
||||||
*.ear
|
*backup
|
||||||
|
*Backup
|
||||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
log.xml
|
||||||
hs_err_pid*
|
nbactions.xml
|
||||||
|
*bower_components/
|
||||||
|
.externalToolBuilders
|
||||||
|
*bin/
|
||||||
|
|
Loading…
Reference in New Issue