diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6c13c34 --- /dev/null +++ b/.gitignore @@ -0,0 +1,45 @@ +# Dependencies +node_modules/ +.pnp +.pnp.js + +# Build outputs +dist/ +dist-elderly/ +dist-family/ +build/ + +# Environment variables +.env +.env.local +.env.development.local +.env.test.local +.env.production.local + +# Logs +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? + +# Testing +coverage/ +.nyc_output/ + +# Misc +*.log +.cache/ +.temp/ +.tmp/