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