mirror of
https://github.com/tribes2/SkillSector.git
synced 2026-03-05 21:40:28 +00:00
18 lines
396 B
Text
18 lines
396 B
Text
# Binary T2 filetypes that shouldn't be committed
|
|
*.dso
|
|
*.vl2
|
|
|
|
# Irrelevant Classic mod paths
|
|
editor/
|
|
lighting/
|
|
prefs/
|
|
gui/
|
|
recordings/
|
|
fonts/
|
|
Classic*
|
|
|
|
# scripts folder need to be ignored and then exclusions have to be carved out
|
|
# scripts/ ignores the entire path forever, whereas scripts/* is treated as a pattern
|
|
# ! lets you carve out an exception pattern
|
|
scripts/*
|
|
!scripts/SkillSector*.cs
|