mirror of
https://github.com/SWG-Source/client-assets.git
synced 2026-01-16 23:04:46 -05:00
34 lines
703 B
Plaintext
34 lines
703 B
Plaintext
// Ignore some directories that aren't client assets
|
|
miles/
|
|
mozilla/
|
|
profiles/
|
|
screenshots/
|
|
|
|
// User client mods
|
|
mods/
|
|
|
|
// Ignore some text files generated by the client
|
|
characterlist_*.txt
|
|
ui.log
|
|
|
|
// Ignore tables of contents. These are in the client zip
|
|
*.toc
|
|
|
|
// Ignore tree files EXCEPT any specifically created by the SWG Source project
|
|
*.tre
|
|
!swgsource_3.0.tre
|
|
|
|
// Ignore some cfg files that the player (or SwgClientSetup_r.exe) might like to edit
|
|
live.cfg
|
|
login.cfg
|
|
options.cfg
|
|
preload.cfg
|
|
user.cfg
|
|
|
|
// Ignore a file that the client will want to edit
|
|
local_machine_options.iff
|
|
|
|
// Ignore stuff for interacting with the repository
|
|
PortableGit/
|
|
UpdateSwgClient.bat
|