Skip to content

Commit

Permalink
chore: do not export some dev used files
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
  • Loading branch information
jfcherng committed May 4, 2024
1 parent e07c946 commit d2c049b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
*.pyright-syntax-test export-ignore
.dependabot export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.github/ export-ignore
.gitignore export-ignore
Expand All @@ -9,6 +11,8 @@ docs/ export-ignore
Makefile export-ignore
mkdocs.yml export-ignore
mypy.ini export-ignore
pyproject.toml export-ignore
requirements.txt export-ignore
scripts/ export-ignore
tests/ export-ignore
tox.ini export-ignore
Expand Down

0 comments on commit d2c049b

Please sign in to comment.