Skip to content

Commit b9196f4

Browse files
committed
Package Conflict Resolution UI
Fixes #42
1 parent 4796d07 commit b9196f4

File tree

6 files changed

+1773
-458
lines changed

6 files changed

+1773
-458
lines changed

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,16 @@ htmlcov/
151151
*.swo
152152

153153
# ==============================
154-
# Cortex specific
154+
# Cortex-specific
155155
# ==============================
156+
# User preferences and configuration
156157
.cortex/
157158
*.yaml.bak
159+
~/.config/cortex/preferences.yaml
160+
~/.config/cortex/*.backup.*
158161
/tmp/
162+
163+
# Data files (except contributors.json which is tracked)
164+
data/*.json
165+
data/*.csv
166+
!data/contributors.json

0 commit comments

Comments
 (0)