mirror of
https://github.com/tribes2/SkillSector.git
synced 2026-04-29 16:25:31 +00:00
15 lines
327 B
Text
15 lines
327 B
Text
# 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
|