SkillSector/.gitignore
2025-10-12 23:17:45 +01:00

16 lines
327 B
Plaintext

# Binary T2 filetypes that shouldn't be committed
*.dso
*.vl2
# Irrelevant Classic mod paths
editor/
lighting/
prefs/
gui/
Classic*
# scripts folder need to be ignored and then exclusions have to be carved out
# scripts/ ignores the path entirely, whereas scripts/* is treated as a pattern
scripts/*
!scripts/SkillSector*.cs