Init astro

This commit is contained in:
Aron Malcher 2023-11-09 13:26:24 +01:00
parent e7a42b121e
commit 7811574d5b
Signed by: aronmal
GPG key ID: 816B7707426FC612
39 changed files with 3562 additions and 2154 deletions

49
.gitignore vendored
View file

@ -1,43 +1,24 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# build output
dist/
# generated types
.astro/
# dependencies
/node_modules
/.pnp
.pnp.js
node_modules/
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# local env files
.env*.local
# environment variables
.env
.env.production
# vercel
.vercel
# macOS-specific files
.DS_Store
# typescript
*.tsbuildinfo
next-env.d.ts
/.idea/inspectionProfiles/Project_Default.xml
/.idea/.gitignore
/.idea/discord.xml
/.idea/GitlabLint.xml
/.idea/intellij-javadocs-4.0.1.xml
/.idea/misc.xml
/.idea/modules.xml
/.idea/vcs.xml
/.idea/
/.fleet/