Skip to content

Commit 9b1dcdb

Browse files
committed
Remove internal markdown docs from git
1 parent 5b9ed68 commit 9b1dcdb

46 files changed

Lines changed: 20 additions & 6804 deletions

Some content is hidden

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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
run: |
2222
set -euo pipefail
2323
owner_lc="$(printf '%s' "$GITHUB_REPOSITORY_OWNER" | tr '[:upper:]' '[:lower:]')"
24-
cp docs/RELEASE_NOTES.md release-notes.md
2524
{
25+
echo "# RetroSaveManager ${GITHUB_REF_NAME}"
2626
echo
2727
echo "## Container Images"
2828
echo
@@ -32,7 +32,7 @@ jobs:
3232
echo "## Source"
3333
echo
3434
echo "- Commit: \`${GITHUB_SHA}\`"
35-
} >> release-notes.md
35+
} > release-notes.md
3636
3737
- name: Publish release
3838
uses: softprops/action-gh-release@v2

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,24 @@ tests/evidence/
2020
LOCAL_SECRETS.md
2121
LOCAL_NOTES.md
2222

23+
# Internal project documentation kept outside Git.
24+
/AGENTS.md
25+
/DEPLOY.md
26+
/api.md
27+
/auto.md
28+
/backend.md
29+
/cheats.md
30+
/n64update.md
31+
/onboarding.md
32+
/playstation.md
33+
/saturn.md
34+
/wii.md
35+
/docs/
36+
/modules/README.md
37+
/contracts/route-matrix.md
38+
/backend/contracts/route-matrix.md
39+
/backend/cmd/server/testdata/saturn_fixture_notes.md
40+
2341
# Env
2442
.env
2543
.env.*

AGENTS.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

DEPLOY.md

Lines changed: 0 additions & 175 deletions
This file was deleted.

0 commit comments

Comments
 (0)