Files
docker-php-fpm/.gitignore
2023-11-29 11:51:49 +01:00

9 lines
164 B
Plaintext

# Ignore everything in the volumes/html directory
volumes/*
volumes/html/*
# But not these directories
!volumes/html
# Do not ignore a special file name
!.gitkeep