diff options
author | 2024-02-12 14:43:45 +0000 | |
---|---|---|
committer | 2024-02-12 14:43:45 +0000 | |
commit | 89c171105da539b9369cd2d0affd62f46e1acf96 (patch) | |
tree | 4e8be81a584373a5398929bb673ba0ab9aeb9063 | |
parent | Add a docker-compose file for this project (diff) |
Ignore kubeconfig files in .gitignore
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +# kube config +config + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] |