diff --git a/.gitignore b/.gitignore index 6bca335..439aabf 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,28 @@ -gen/ \ No newline at end of file +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local +src/gen/ +gen/ + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? + +nginx.conf \ No newline at end of file