Add image service

This commit is contained in:
Myx
2024-10-12 16:51:25 +02:00
parent 49d1cb8a7a
commit 5bf3041bb0
68 changed files with 1069 additions and 108 deletions

46
.gitignore vendored
View File

@@ -1,42 +1,4 @@
# See https://docs.github.com/get-started/getting-started-with-git/ignoring-files for more about ignoring files.
# Compiled output
/dist
/tmp
/out-tsc
/bazel-out
# Node
/node_modules
npm-debug.log
yarn-error.log
# IDEs and editors
.idea/
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*
# Miscellaneous
/.angular/cache
.sass-cache/
/connect.lock
/coverage
/libpeerconnection.log
testem.log
/typings
# System files
.DS_Store
Thumbs.db
tools/.vscode
services/bytefy.image/bytefy.image/obj
services/bytefy.image/bytefy.image/bin
services/bytefy.image/.idea