chore: update .gitignore and remove unnecessary files

This commit is contained in:
satnaing
2025-02-25 20:30:38 +07:00
committed by Sat Naing
parent a2b88e1247
commit 360278277d
3 changed files with 5 additions and 19 deletions
+5 -13
View File
@@ -1,6 +1,8 @@
# build output # build output
dist/ dist/
.output/
# generated types
.astro/
# dependencies # dependencies
node_modules/ node_modules/
@@ -11,7 +13,6 @@ yarn-debug.log*
yarn-error.log* yarn-error.log*
pnpm-debug.log* pnpm-debug.log*
# environment variables # environment variables
.env .env
.env.production .env.production
@@ -19,14 +20,5 @@ pnpm-debug.log*
# macOS-specific files # macOS-specific files
.DS_Store .DS_Store
# ignore .astro directory # jetbrains setting folder
.astro .idea/
# yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.pnp.*
-4
View File
@@ -1,4 +0,0 @@
{
"MD033": false,
"MD013": false
}
-2
View File
@@ -1,2 +0,0 @@
# Expose Astro dependencies for `pnpm` users
shamefully-hoist=true