diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..99b56c4b --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Dependencies +node_modules/ + +# Build output +dist/ + +# IDE +.vscode/settings.json + +# OS +Thumbs.db +.DS_Store + +# Environment +.env.local +.env.*.local \ No newline at end of file