Skip to content

Commit 3602782

Browse files
committed
chore: update .gitignore and remove unnecessary files
1 parent a2b88e1 commit 3602782

3 files changed

Lines changed: 5 additions & 19 deletions

File tree

.gitignore

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# build output
22
dist/
3-
.output/
3+
4+
# generated types
5+
.astro/
46

57
# dependencies
68
node_modules/
@@ -11,22 +13,12 @@ yarn-debug.log*
1113
yarn-error.log*
1214
pnpm-debug.log*
1315

14-
1516
# environment variables
1617
.env
1718
.env.production
1819

1920
# macOS-specific files
2021
.DS_Store
2122

22-
# ignore .astro directory
23-
.astro
24-
25-
# yarn
26-
.yarn/*
27-
!.yarn/patches
28-
!.yarn/plugins
29-
!.yarn/releases
30-
!.yarn/sdks
31-
!.yarn/versions
32-
.pnp.*
23+
# jetbrains setting folder
24+
.idea/

.markdownlint.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.npmrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)