fix gitignore?
This commit is contained in:
parent
4b990990cf
commit
6f2edaaaf2
7 changed files with 7 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -7,8 +7,6 @@ data/cache/objects/
|
|||
data/monsters/monsters-drops-raw
|
||||
data/monsters/monsters-wiki-page-text-processed.json
|
||||
data/items/items-wiki-page-text-processed.json
|
||||
data/**
|
||||
docs/**
|
||||
monsters-complete.json
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
|
|
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -3,10 +3,10 @@
|
|||
url = https://github.com/osrsbox/schemas.git
|
||||
[submodule "data/cache/osrs-cache"]
|
||||
path = data/cache/osrs-cache
|
||||
url = https://github.com/abextm/osrs-cache.git
|
||||
url = https://github.com/abextm/osrs-cache
|
||||
[submodule "data/cache/osrs-flatcache"]
|
||||
path = data/cache/osrs-flatcache
|
||||
url = https://github.com/abextm/osrs-flatcache.git
|
||||
url = https://github.com/abextm/osrs-flatcache
|
||||
[submodule "runelite"]
|
||||
path = runelite
|
||||
url = https://github.com/runelite/runelite/
|
||||
|
|
1
data/cace/osrs-cache
Submodule
1
data/cace/osrs-cache
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 72f7de55ca71bf02403ea8b9019f66713f53069c
|
1
data/cace/osrs-flatcache
Submodule
1
data/cace/osrs-flatcache
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit a1519f3fb46af857c7ab27f3f66136abd7a0ceff
|
1
data/cache/osrs-cache
vendored
Submodule
1
data/cache/osrs-cache
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 72f7de55ca71bf02403ea8b9019f66713f53069c
|
1
data/cache/osrs-flatcache
vendored
Submodule
1
data/cache/osrs-flatcache
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit a1519f3fb46af857c7ab27f3f66136abd7a0ceff
|
1
data/schemas
Submodule
1
data/schemas
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 2af66acc487c89c3ce7ce67d2ef10ad372926e16
|
Loading…
Add table
Reference in a new issue