mirror of
https://github.com/unmojang/meta.git
synced 2025-09-23 11:10:53 -04:00
fix: ignore .github in index.py
This commit is contained in:
parent
cae711b7da
commit
10fa8a00a0
2
index.py
2
index.py
@ -16,7 +16,7 @@ def HashFile(hash, fname):
|
||||
|
||||
|
||||
# ignore these files when indexing versions
|
||||
ignore = set(["index.json", "package.json", ".git"])
|
||||
ignore = set(["index.json", "package.json", ".git", ".github"])
|
||||
|
||||
# initialize output structures - package list level
|
||||
packages = PolyMCPackageIndex()
|
||||
|
Loading…
x
Reference in New Issue
Block a user