reverse-proxy-confs/.gitignore
2025-09-01 14:35:28 -04:00

27 lines
432 B
Plaintext

# Ignore everything by default
*
# Do NOT ignore these standard project files
!.editorconfig
!.gitattributes
!.github
!.github/**
!.gitignore
!LICENSE
!README.md
# Do NOT ignore the files needed to generate the configs
!generate_configs.py
!config_data.yml
!templates/
!templates/**
!custom_configs/
!custom_configs/**
# Explicitly ignore the output directory and common Python artifacts.
output/
__pycache__/
*.pyc
venv/
.venv/