Files
crm.twinpol.com/.gitignore
2025-08-22 15:56:14 +02:00

20 lines
165 B
Plaintext

# Ignore everything
*
!.gitignore
!*.php
!*.html
!*.js
!*.css
!*.tpl
!*.gif
!*.jpg
!*.png
# allow python
!*.py
# ...even if they are in subdirectories
!*/
cache/