1
0

move repo from github to gitea

This commit is contained in:
2024-03-14 22:17:39 +01:00
commit de71a376dc
9 changed files with 624 additions and 0 deletions

33
.gitignore vendored Normal file
View File

@ -0,0 +1,33 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
# VS Code
.vscode/
*.code-workspace
# Mac
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Environment files
.env
.env.local
.env.development
.env.test
.env.production
# TypeScript
*.js
*.js.map
*.d.ts
# Misc
/build
/node_modules
.zed