Files
docker/.gitignore
T
2025-07-20 13:25:51 +10:00

17 lines
234 B
Plaintext

# ignore all files and directories
*
# allow git to enter directories
!*/
venv/
# keep essential project files
!.gitignore
!.gitattributes
# allow YAMLs, shell scripts, and others
!*.yml
!*.yaml
!*.sh
!*.py
!*.Dockerfile
!Dockerfile