Skip to content

Commit aaca54e

Browse files
danishirfan21dhvll
authored andcommitted
Configuration Export/Import System (#33)
Implements config export/import with APT/PIP/NPM detection, validation, diff command. 32 tests, 87% coverage.
1 parent 1be5ced commit aaca54e

File tree

6 files changed

+2407
-5
lines changed

6 files changed

+2407
-5
lines changed

.gitignore

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ venv.bak/
2020
# ==============================
2121
# Distribution / Packaging
2222
# ==============================
23-
__pycache__/
24-
*.py[cod]
25-
*$py.class
26-
*.so
2723
.Python
2824
build/
2925
develop-eggs/
@@ -150,3 +146,13 @@ ENV/
150146
.pytest_cache/
151147
.coverage
152148
htmlcov/
149+
*.out
150+
*~
151+
*.swo
152+
153+
# ==============================
154+
# Cortex specific
155+
# ==============================
156+
.cortex/
157+
*.yaml.bak
158+
/tmp/

0 commit comments

Comments
 (0)