Skip to content

Commit 5275d1c

Browse files
committed
docs: add balatro documentation as git submodule
- Add balatro-docs repository as git submodule for reference documentation - Update .gitignore to allow balatro submodule directory - Remove Balatro and gamestate_cache from gitignore exclusions
1 parent c5eebb6 commit 5275d1c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
__pycache__
2-
Balatro
3-
gamestate_cache
42
.envrc
53
.luarc.json
64
*.log

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "docs/steamodded"]
22
path = docs/steamodded
33
url = git@github.com:Steamodded/smods.wiki.git
4+
[submodule "balatro"]
5+
path = balatro
6+
url = git@github.com:S1M0N38/balatro-docs.git

balatro

Submodule balatro added at dc73260

0 commit comments

Comments
 (0)