diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..22aa149 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Distribution +dist/ + +# IDE +.idea/ +.vscode/ +*.swp +*.swo + +# OS +.DS_Store +Thumbs.db + +# Logs +*.log \ No newline at end of file