mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-12 07:00:04 +03:00
Remove setup.cfg from git, to avoid merges over-writing any per-env changes
The hope is this can be used to easily switch between live, beta and dev for setup.py without worrying that a git merge will suddenly turn beta into dev, or live into beta or dev.
This commit is contained in:
parent
096ccab9fb
commit
2a4f8488cd
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,7 @@
|
||||
# Hoping this can be a per environment config, so needs to not be merged
|
||||
# by git, so not *in* git.
|
||||
setup.cfg
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
Loading…
x
Reference in New Issue
Block a user