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
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/
-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