Skip to content

Commit 14ed89d

Browse files
Merge pull request #2274 from LizardByte/nightly
v0.23.0
2 parents 33c6c3e + 1a48244 commit 14ed89d

File tree

101 files changed

+7214
-1430
lines changed

Some content is hidden

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

101 files changed

+7214
-1430
lines changed

.dockerignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,19 @@
44
# do not ignore .git, needed for versioning
55
!/.git
66

7+
# do not ignore .rstcheck.cfg, needed to test building docs
8+
!/.rstcheck.cfg
9+
710
# ignore repo directories and files
8-
docs/
11+
docker/
912
gh-pages-template/
1013
scripts/
1114
tools/
1215
crowdin.yml
1316

1417
# ignore dev directories
1518
build/
19+
cmake-*/
1620
venv/
1721

1822
# ignore artifacts

0 commit comments

Comments
 (0)