diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dc0002f --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +# Dependencies +node_modules/ +.pnp +.pnp.js + +# Testing +coverage/ + +# Production +build/ +dist/ + +# Environment variables +.env +.env.local +.env.development.local +.env.test.local +.env.production.local + +# Debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# IDEs and editors +.visualstudio +.vscode/ +.idea/ +*.swp +*.swo + +# Operating System +.DS_Store +Thumbs.db