diff --git a/.gitignore b/.gitignore index 89c12138..a3e809f1 100644 --- a/.gitignore +++ b/.gitignore @@ -33,11 +33,30 @@ yarn-error.log* # vercel .vercel -# logs - allow only specific folders -/logs +# logs +logs/ +**/logs/ +*.log +**/*.log +log/ +**/log/ # typescript *.tsbuildinfo next-env.d.ts -certificates \ No newline at end of file +# certificates +certificates/ +**/certificates/ +*.cert +*.key +*.pem + +# IDE and editor files +.idea/ +.vscode/ +*.swp +*.swo +*.swn +.DS_Store +Thumbs.db \ No newline at end of file