diff --git a/.gitignore b/.gitignore index 0d00c696..0f72292d 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,17 @@ gradle-app.setting # Eclipse .project .classpath + +# Website & Guides +dist/ +.astro/ +node_modules/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +.env +.env.production + +# macOS-specific files +.DS_Store diff --git a/website/.gitignore b/website/.gitignore deleted file mode 100644 index 6240da8b..00000000 --- a/website/.gitignore +++ /dev/null @@ -1,21 +0,0 @@ -# build output -dist/ -# generated types -.astro/ - -# dependencies -node_modules/ - -# logs -npm-debug.log* -yarn-debug.log* -yarn-error.log* -pnpm-debug.log* - - -# environment variables -.env -.env.production - -# macOS-specific files -.DS_Store