diff --git a/.gitignore b/.gitignore index 557f97c..16d54bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,24 @@ +# build output +dist/ +# generated types +.astro/ + +# dependencies node_modules/ -.cache/ -public + +# logs +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + + +# environment variables +.env +.env.production + +# macOS-specific files +.DS_Store + +# jetbrains setting folder +.idea/ diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 5f5da3e..404c6b6 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -7,53 +7,150 @@