diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..35e5fca --- /dev/null +++ b/.gitignore @@ -0,0 +1,43 @@ +# Dependencies +node_modules/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* +package-lock.json +yarn.lock + +# Production build +build/ +dist/ +*.tgz + +# Environment variables +.env +.env.local +.env.development.local +.env.test.local +.env.production.local + +# IDE +.vscode/ +.idea/ +*.swp +*.swo +*~ +.DS_Store + +# Logs +logs +*.log + +# Testing +coverage/ +.nyc_output + +# Cache +.cache/ +*.tsbuildinfo + +# Misc +.DS_Store +Thumbs.db