diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7eb8f73 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# Dependencies +node_modules/ + +# Environment +.env +.env.local + +# Logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Build output +dist/ +build/ + +# OS +.DS_Store +.env.swp +.env.swo