From 4b9e36a5d6c730925ba835c77c243d01f97e8dcd Mon Sep 17 00:00:00 2001 From: Leopoldadmin Date: Mon, 22 Jun 2026 00:06:50 +0000 Subject: [PATCH] feat: update root .gitignore with specified patterns --- .gitignore | 63 +++--------------------------------------------------- 1 file changed, 3 insertions(+), 60 deletions(-) diff --git a/.gitignore b/.gitignore index 655b78c..743b35b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,61 +1,4 @@ -# Dependencies node_modules - -# Build outputs -/dist -/build -/out - -# Logs -*.log - -# Environment files -.env* -!.env.example - -# IDE and editor files -.vscode/ -.idea/ -*.swp -*.swo - -# OS generated files -.DS_Store -Thumbs.db - -# Docker -.docker/ - -# Coverage -coverage/ - -# Temporary files -.tmp -*.tmp - -# Yarn -yarn-debug.log* -yarn-error.log* -.pnp/ -.yarn/cache -.yarn/unplugged -.yarn/build-state.yml -.yarn/install-state.gz -.yarn/patches -.yarn/plugins -.yarn/releases -.yarn/sdks -.yarn/versions - -# NPM -npm-debug.log* -npm-error.log* -package-lock.json -yarn.lock - -# SQLite -*.db -*.sqlite - -# Yjs persistence -.yjs/ \ No newline at end of file +dist +.env +*.db \ No newline at end of file