Skip to content

Commit

Permalink
add .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsumoto-ren committed Apr 5, 2024
1 parent c96ac29 commit 6e745a3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/test export-ignore
/*.sh export-ignore
/meta.json export-ignore
.git* export-ignore
.idea export-ignore
.vscode export-ignore
.mypy_cache export-ignore
__pycache__ export-ignore

0 comments on commit 6e745a3

Please sign in to comment.