Skip to content

Commit 30941ee

Browse files
committed
Ignore external libraries, fetch during build
1 parent 42d58d7 commit 30941ee

File tree

72 files changed

+30
-23483
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+30
-23483
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*/Libs/*
2+
!*/Libs/Libs.xml

.pkgmeta

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,40 @@ ignore:
88
- CHANGELOG.md
99
- CONTRIBUTING.md
1010
- RECENT_CHANGES.md
11-
- Utils
1211
- Clicked/Definitions.lua
12+
- Libs/LibDeflate/docs
13+
- Libs/LibDeflate/examples
14+
- Libs/LibDeflate/*.md
1315

1416
manual-changelog:
1517
filename: RECENT_CHANGES.md
1618
markup-type: markdown
1719

20+
externals:
21+
Libs/AceAddon-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceAddon-3.0
22+
Libs/AceComm-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceAddon-3.0
23+
Libs/AceConfig-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceAddon-3.0
24+
Libs/AceConsole-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceAddon-3.0
25+
Libs/AceDB-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceAddon-3.0
26+
Libs/AceDBOptions-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceAddon-3.0
27+
Libs/AceEvent-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceAddon-3.0
28+
Libs/AceGUI-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceAddon-3.0
29+
Libs/AceLocale-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceAddon-3.0
30+
Libs/AceSerializer-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceAddon-3.0
31+
Libs/CallbackHandler-1.0: https://repos.curseforge.com/wow/callbackhandler/trunk/CallbackHandler-1.0
32+
Libs/LibDataBroker-1.1: https://github.com/tekkub/libdatabroker-1-1
33+
Libs/LibDBIcon-1.0: https://repos.curseforge.com/wow/libdbicon-1-0/trunk/LibDBIcon-1.0
34+
Libs/LibDeflate: https://github.com/SafeteeWoW/LibDeflate
35+
Libs/LibMacroSyntaxHighlight-1.0: https://github.com/Snakybo/LibMacroSyntaxHighlight-1.0
36+
Libs/LibSharedMedia-3.0: https://repos.curseforge.com/wow/libsharedmedia-3-0/trunk/LibSharedMedia-3.0
37+
Libs/LibStub: https://repos.curseforge.com/wow/libstub/trunk
38+
Libs/LibTalentInfo-1.0: https://github.com/Snakybo/LibTalentInfo-1.0
39+
Libs/TaintLess:
40+
url: https://www.townlong-yak.com/addons.git/taintless
41+
commit: default
42+
1843
move-folders:
1944
Clicked/Clicked: Clicked
2045
Clicked/ClickedMedia: ClickedMedia
46+
Clicked/Libs/LibMacroSyntaxHighlight-1.0/LibMacroSyntaxHighlight-1.0: Clicked/Libs/LibMacroSyntaxHighlight-1.0
47+
Clicked/Libs/LibTalentInfo-1.0/LibTalentInfo-1.0: Clicked/Libs/LibTalentInfo-1.0

0 commit comments

Comments
 (0)