Skip to content

Commit

Permalink
ignore README locally
Browse files Browse the repository at this point in the history
  • Loading branch information
4imothy committed Sep 18, 2024
1 parent f4ba9c9 commit e2a41ac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 319 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
else
git config user.name "GitHub Actions"
git config user.email "actions@github.com"
git add README.rst
git add -f README.rst
git commit -m "generate new README"
git push
fi
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ __pycache__
venv
.clangd
todos.rst
README.rst

docs/_build
docs/doxygen
Expand Down
318 changes: 0 additions & 318 deletions README.rst

This file was deleted.

0 comments on commit e2a41ac

Please sign in to comment.