123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- # ---> Typo3
- ## TYPO3 v6.2
- # Ignore serveral upload and file directories.
- /fileadmin/user_upload/
- /fileadmin/_temp_/
- /fileadmin/_processed_/
- /uploads/
- # Ignore cache
- /typo3conf/temp_CACHED*
- /typo3conf/temp_fieldInfo.php
- /typo3conf/deprecation_*.log
- /typo3conf/AdditionalConfiguration.php
- # Ignore system folders, you should have them symlinked.
- # If not comment out the following entries.
- /typo3
- /typo3_src
- /typo3_src-*
- /.htaccess
- /index.php
- # Ignore temp directory.
- /typo3temp/
- # ---> Vagrant
- .vagrant/
- # ---> VirtualEnv
- # Virtualenv
- # http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
- .Python
- [Bb]in
- [Ii]nclude
- [Ll]ib
- [Ll]ocal
- [Ss]cripts
- pyvenv.cfg
- pip-selfcheck.json
- # ---> VisualStudioCode
- .settings
- # ---> 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*/
|