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