1
0
forked from Yara724/api

Initial commit after migration to gitea

This commit is contained in:
2026-01-18 11:27:43 +03:30
parent a21039410c
commit ea4b8eb543
196 changed files with 45567 additions and 9 deletions

26
.gitignore vendored
View File

@@ -1,4 +1,4 @@
# ---> Node
### Node ###
# Logs
logs
*.log
@@ -79,7 +79,7 @@ web_modules/
.env.test.local
.env.production.local
.env.local
.env.development.env
# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache
@@ -103,13 +103,6 @@ dist
# vuepress v2.x temp and cache directory
.temp
.cache
# vitepress build output
**/.vitepress/dist
# vitepress cache directory
**/.vitepress/cache
# Docusaurus cache and generated files
.docusaurus
@@ -136,3 +129,18 @@ dist
.yarn/install-state.gz
.pnp.*
### Node Patch ###
# Serverless Webpack directories
.webpack/
# Optional stylelint cache
# SvelteKit build / generate output
.svelte-kit
# End of https://www.toptal.com/developers/gitignore/api/node
/docker
.development.env
*.env
/files