Skip to content
Open
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,12 @@ htmlcov/
*.swo

# ==============================
# Cortex specific
# Cortex-specific
# ==============================
# Data files (except contributors.json which is tracked)
data/*.json
data/*.csv
!data/contributors.json
.cortex/
*.yaml.bak
/tmp/
Expand Down
Loading
Loading