123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- # ---> WebMethods
- **/IntegrationServer/datastore/
- **/IntegrationServer/db/
- **/IntegrationServer/DocumentStore/
- **/IntegrationServer/lib/
- **/IntegrationServer/logs/
- **/IntegrationServer/replicate/
- **/IntegrationServer/sdk/
- **/IntegrationServer/support/
- **/IntegrationServer/update/
- **/IntegrationServer/userFtpRoot/
- **/IntegrationServer/web/
- **/IntegrationServer/WmRepository4/
- **/IntegrationServer/XAStore/
- **/IntegrationServer/packages/Wm*/
- # ---> WordPress
- *.log
- .htaccess
- sitemap.xml
- sitemap.xml.gz
- wp-config.php
- wp-content/advanced-cache.php
- wp-content/backup-db/
- wp-content/backups/
- wp-content/blogs.dir/
- wp-content/cache/
- wp-content/upgrade/
- wp-content/uploads/
- wp-content/wp-cache-config.php
- wp-content/plugins/hello.php
- /readme.html
- /license.txt
- # ---> OracleForms
- # Compiled Form Modules
- *.fmx
- # Compiled Menu Modules
- *.mmx
- # Compiled Pre-Linked Libraries
- *.plx
- # ---> Java
- *.class
- # Mobile Tools for Java (J2ME)
- .mtj.tmp/
- # Package Files #
- *.jar
- *.war
- *.ear
- # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
- hs_err_pid*
- # ---> JDeveloper
- # default application storage directory used by the IDE Performance Cache feature
- .data/
- # used for ADF styles caching
- temp/
- # default output directories
- classes/
- deploy/
- javadoc/
- # lock file, a part of Oracle Credential Store Framework
- cwallet.sso.lck
|