.gitignore 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # ---> Typo3
  2. ## TYPO3 v6.2
  3. # Ignore serveral upload and file directories.
  4. /fileadmin/user_upload/
  5. /fileadmin/_temp_/
  6. /fileadmin/_processed_/
  7. /uploads/
  8. # Ignore cache
  9. /typo3conf/temp_CACHED*
  10. /typo3conf/temp_fieldInfo.php
  11. /typo3conf/deprecation_*.log
  12. /typo3conf/AdditionalConfiguration.php
  13. # Ignore system folders, you should have them symlinked.
  14. # If not comment out the following entries.
  15. /typo3
  16. /typo3_src
  17. /typo3_src-*
  18. /.htaccess
  19. /index.php
  20. # Ignore temp directory.
  21. /typo3temp/
  22. # ---> Vagrant
  23. .vagrant/
  24. # ---> VirtualEnv
  25. # Virtualenv
  26. # http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
  27. .Python
  28. [Bb]in
  29. [Ii]nclude
  30. [Ll]ib
  31. [Ll]ocal
  32. [Ss]cripts
  33. pyvenv.cfg
  34. pip-selfcheck.json
  35. # ---> VisualStudioCode
  36. .settings
  37. # ---> WebMethods
  38. **/IntegrationServer/datastore/
  39. **/IntegrationServer/db/
  40. **/IntegrationServer/DocumentStore/
  41. **/IntegrationServer/lib/
  42. **/IntegrationServer/logs/
  43. **/IntegrationServer/replicate/
  44. **/IntegrationServer/sdk/
  45. **/IntegrationServer/support/
  46. **/IntegrationServer/update/
  47. **/IntegrationServer/userFtpRoot/
  48. **/IntegrationServer/web/
  49. **/IntegrationServer/WmRepository4/
  50. **/IntegrationServer/XAStore/
  51. **/IntegrationServer/packages/Wm*/