From 4738687dbe43cd5b37833c58990e97203b068c5e Mon Sep 17 00:00:00 2001 From: joniumGit <52005121+joniumGit@users.noreply.github.com> Date: Wed, 16 Feb 2022 19:16:17 +0200 Subject: [PATCH] ignores dist and makes tables binary --- .gitignore | 5 ++++- generator/tables/.gitattributes | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 generator/tables/.gitattributes diff --git a/.gitignore b/.gitignore index b27ec68..25d9a9e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,7 @@ __pycache__ htmlcov # Exclude generated -src/languager/languages.py \ No newline at end of file +src/languager/languages.py + +# Exclude build +dist \ No newline at end of file diff --git a/generator/tables/.gitattributes b/generator/tables/.gitattributes new file mode 100644 index 0000000..62713fa --- /dev/null +++ b/generator/tables/.gitattributes @@ -0,0 +1 @@ +*.tab binary \ No newline at end of file