diff --git a/.gitignore b/.gitignore index 30bc162..5462f30 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,17 @@ -/node_modules \ No newline at end of file +# Nuxt dev/build outputs +.output +.nuxt + +# Node dependencies +node_modules + +# Logs +logs +*.log + +# Misc +.DS_Store + +# Local env files +.env.* +!.env.example \ No newline at end of file