diff --git a/.gitignore b/.gitignore index a19f004..abfdd97 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,25 @@ docs/_book # TODO: where does this rule come from? test/ +.DS_Store +node_modules +/dist + +# local env files +.env.local +.env.*.local + +# Log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? \ No newline at end of file