1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- yarn# Created by .ignore support plugin (hsz.mobi)
- ### Java template
- # Compiled class file
- *.class
-
- # Log file
- *.log
-
- # BlueJ files
- *.ctxt
-
- # Mobile Tools for Java (J2ME)
- .mtj.tmp/
-
- # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
- hs_err_pid*
-
-
- /.idea/
- /.settings/
- /.externalToolBuilders/
- .svn/
- /out/
- /.jazz5
- /.metadata
- /clientdb.xml
- /savedModules.txt
- clientdb.xml
- #.project
-
- *.iml
- *DS_Store
-
- /WebContent/WEB-INF/classes/
- /WebContent/km/review/xform/define/
- /WebContent/xform/
- /WebContent/sys/property/xform/
- /WebContent/sys/print/template/
- /WebContent/sys/portal/page/
-
- /info/
- Landray.log*
- *._min_.css
- *._min_.js
- .metadata
- *.eml
- src/rebel.xml
- *.js.tmp
- *.sublime-project
-
-
- #按需开启
- #/WebContent/WEB-INF/KmssConfig/kmssconfig.properties
- #/WebContent/WEB-INF/KmssConfig/admin.properties
- #kmssconfig.backup
- #*.license
|