diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..94f480d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf \ No newline at end of file diff --git a/.gitignore b/.gitignore index 2b276b4..44c3a55 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,8 @@ .env .env.* !.env.example -/docs \ No newline at end of file +/docs +.DS_Store +*.log +TODOs.md +/.vscode/ \ No newline at end of file