mirror of
https://github.com/tribes2/SkillSector.git
synced 2026-07-14 16:04:38 +00:00
functional .gitignore and teleporters
This commit is contained in:
parent
1e73ba4697
commit
28d699e031
3 changed files with 64 additions and 176 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
|
@ -1,6 +1,15 @@
|
|||
# Binary T2 filetypes that shouldn't be committed
|
||||
*.dso
|
||||
*.vl2
|
||||
|
||||
# Irrelevant Classic mod paths
|
||||
editor/
|
||||
lighting/
|
||||
prefs/
|
||||
gui/
|
||||
*.dso
|
||||
Classic*
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue