initialize project

This commit is contained in:
somrat sorkar
2023-04-17 12:50:29 +06:00
commit 8badd3f3e7
106 changed files with 4564 additions and 0 deletions
Executable
+26
View File
@@ -0,0 +1,26 @@
# build output
dist/
.output/
.json/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
yarn.lock
package-lock.json
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store
# ignore .astro directory
.astro