diff --git a/.dockerignore b/.dockerignore index 1a9ea55..b585e69 100644 --- a/.dockerignore +++ b/.dockerignore @@ -9,4 +9,5 @@ tkinter_ui version.json .git .github -.gitignore \ No newline at end of file +.gitignore +.gitattributes \ No newline at end of file diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a0e94f2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* linguist-language=Python \ No newline at end of file