From 6e745a3f18b18d863fe8e32432fbe4d9aaa757ba Mon Sep 17 00:00:00 2001 From: Ren Tatsumoto Date: Fri, 5 Apr 2024 21:55:14 +0300 Subject: [PATCH] add .gitattributes --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8a298a0 --- /dev/null +++ b/.gitattributes @@ -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