diff --git a/.gitignore b/.gitignore index 345e7fb..d4c40b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,21 @@ +# Dependency directories +node_modules/ + +# Log files +logs +*.log +npm-debug.log* + +# Environment variables .env -node_modules \ No newline at end of file +.env.local +.env.development.local +.env.test.local +.env.production.local + +# Cache and build folders +.npm +.eslintcache +.cache/ +dist/ +build/ \ No newline at end of file