mirror of
https://github.com/SWG-Source/client-assets.git
synced 2026-01-16 23:04:46 -05:00
Turns out I shouldn't have tracked this one
The client will edit this file on its own, so I'm removing it in order to avoid any potential future merge conflicts
This commit is contained in:
57
.gitignore
vendored
57
.gitignore
vendored
@@ -1,27 +1,30 @@
|
||||
// Ignore some directories that aren't client assets
|
||||
miles/
|
||||
mozilla/
|
||||
profiles/
|
||||
screenshots/
|
||||
|
||||
// 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 stuff for interacting with the repository
|
||||
PortableGit/
|
||||
UpdateSwgClient.bat
|
||||
// Ignore some directories that aren't client assets
|
||||
miles/
|
||||
mozilla/
|
||||
profiles/
|
||||
screenshots/
|
||||
|
||||
// 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
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user