diff --git a/.gitattributes b/.gitattributes index 5c9d11e..d848889 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ +*.py linguist-language=python *.xaml linguist-language=csharp *.cs linguist-language=csharp -*.py linguist-language=python \ No newline at end of file diff --git a/.gitignore b/.gitignore index f23b41f..5d4c6f9 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,5 @@ TIDALDL-PY/__pycache__/setup.cpython-37.pyc .gitignore .gitignore +/TIDALDL-PY/settings.json +/TIDALDL-PY/usersettings.json