forked from SWG-Source/client-assets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
33 lines (26 loc) · 703 Bytes
/
.gitignore
File metadata and controls
33 lines (26 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
// 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