From 360278277d13c44c4ef8a0c6d64c6c3ddfe46733 Mon Sep 17 00:00:00 2001 From: satnaing Date: Tue, 25 Feb 2025 20:30:38 +0700 Subject: [PATCH] chore: update .gitignore and remove unnecessary files --- .gitignore | 18 +++++------------- .markdownlint.json | 4 ---- .npmrc | 2 -- 3 files changed, 5 insertions(+), 19 deletions(-) delete mode 100644 .markdownlint.json delete mode 100644 .npmrc diff --git a/.gitignore b/.gitignore index 9a5d91f..016b59e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ # build output dist/ -.output/ + +# generated types +.astro/ # dependencies node_modules/ @@ -11,7 +13,6 @@ yarn-debug.log* yarn-error.log* pnpm-debug.log* - # environment variables .env .env.production @@ -19,14 +20,5 @@ pnpm-debug.log* # macOS-specific files .DS_Store -# ignore .astro directory -.astro - -# yarn -.yarn/* -!.yarn/patches -!.yarn/plugins -!.yarn/releases -!.yarn/sdks -!.yarn/versions -.pnp.* +# jetbrains setting folder +.idea/ diff --git a/.markdownlint.json b/.markdownlint.json deleted file mode 100644 index 4a9e17a..0000000 --- a/.markdownlint.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "MD033": false, - "MD013": false -} \ No newline at end of file diff --git a/.npmrc b/.npmrc deleted file mode 100644 index ef83021..0000000 --- a/.npmrc +++ /dev/null @@ -1,2 +0,0 @@ -# Expose Astro dependencies for `pnpm` users -shamefully-hoist=true