diff --git a/example/configs/shadow_config.py b/example/configs/shadow_config.py deleted file mode 100644 index 9c4e793..0000000 --- a/example/configs/shadow_config.py +++ /dev/null @@ -1,13 +0,0 @@ -import anyfig - -from .main_config import MainConfig - - -@anyfig.config_class -class ShadowConfig(MainConfig): - # ShadowConfig. Initially registered with git, but then ignored. - # Useful for projects with multiple collaborators as experimental changes in the config wont accidently be added to git - - # git update-index --skip-worktree - def __init__(self): - super().__init__()