Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit dd51553

Browse files
committed
Add package ignores, update readme
1 parent a9c76a3 commit dd51553

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# Factorio Library
22
The Factorio Library is a set of high-quality, commonly-used utilities for creating Factorio mods. It is meant to be a general library used by all mods to improve compatibility, and eliminate the need for every modder to have their own lib.
3+
4+
[DOCUMENTATION](https://factoriolib.github.io/flib/index.html)

info.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,11 @@
77
"homepage": "https://github.com/factoriolib/flib",
88
"description": "Factorio modding library, containing several high-quality and well-tested modules to make modding easier. Contributions are welcome!",
99
"factorio_version": "0.18",
10-
"dependencies": ["base >= 0.18.19"]
10+
"dependencies": ["base >= 0.18.19"],
11+
"package": {
12+
"ignore": [
13+
"*.code-workspace",
14+
"docs/**"
15+
]
16+
}
1117
}

0 commit comments

Comments
 (0)