mirror of
https://github.com/typemill/typemill.git
synced 2025-01-17 05:18:19 +01:00
25 lines
373 B
Plaintext
25 lines
373 B
Plaintext
# Ignore everything
|
|
**
|
|
|
|
# Allow system files and directories
|
|
!docker-utils/
|
|
!system/
|
|
!.htaccess
|
|
!composer*
|
|
!index.php
|
|
|
|
!cmd.sh
|
|
!init_content.sh
|
|
|
|
# Allow example files and directories
|
|
!cache/
|
|
!content/
|
|
!data/
|
|
!media/
|
|
!settings/
|
|
!themes/
|
|
|
|
# Ignore unnecessary files inside allowed directories below
|
|
# This should go after the allowed directories
|
|
# e.g. docker-utils/test.php
|