diff --git a/.gitignore b/.gitignore index befcf21c..5d364da5 100644 --- a/.gitignore +++ b/.gitignore @@ -27,21 +27,31 @@ history/ # Environment files .env .env.*.local +.env.local # Logs *.log logs/ +logs +npm-debug.log* +yarn-debug.log* +yarn-error.log* +lerna-debug.log* +.pnpm-debug.log* # Coverage & Tests .coverage coverage/ coverage.* test-results.* +*.lcov +testresults.xml # Packages *.7z *.zip *.tar.gz +*.tgz *.rar # PowerShell / PowerShell Core @@ -62,4 +72,27 @@ BuildOutput/ artifacts/ *.bak +# vuepress v2.x temp and cache directory +.temp +.cache + +# Docusaurus cache and generated files +.docusaurus +.cache-loader + +# Yarn Integrity file +.yarn-integrity + +# node & npm (website) +.npm +node_modules/ +jspm_packages/ + +# Runtime files +# Runtime data +pids +*.pid +*.seed +*.pid.lock + # End of file \ No newline at end of file