diff --git a/.gitattributes b/.gitattributes index 13bc9c2..ea789fd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ # Set default behavior to automatically normalize line endings. * text=auto + diff --git a/.gitignore b/.gitignore index e69de29..f3cd955 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,3 @@ +.DS_Store +Thumbs.db +.vscode/ \ No newline at end of file diff --git a/.vscodeignore b/.vscodeignore index f369b5e..19bbe78 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -1,4 +1,3 @@ .vscode/** .vscode-test/** .gitignore -vsc-extension-quickstart.md