diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..82eb4df --- /dev/null +++ b/.gitignore @@ -0,0 +1,38 @@ +# Screenshots +screenshot.png +*.png +*.jpg +*.jpeg +*.gif + +# OS generated files +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db + +# Editor files +.vscode/ +.idea/ +*.swp +*.swo +*~ + +# Logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Temporary folders +tmp/ +temp/ \ No newline at end of file