mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-02-20 04:59:12 +08:00
27 lines
432 B
Plaintext
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/
|