Commit 33ee632d authored by shRabbit's avatar shRabbit
Browse files

初始化项目

parent 8d5d75a9
Loading
Loading
Loading
Loading
Loading

.dockerignore

0 → 100644
+25 −0
Original line number Diff line number Diff line
**/.dockerignore
**/.env
**/.git
**/.gitignore
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/.idea
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/azds.yaml
**/bin
**/charts
**/docker-compose*
**/Dockerfile*
**/node_modules
**/npm-debug.log
**/obj
**/secrets.dev.yaml
**/values.dev.yaml
LICENSE
README.md
 No newline at end of file
+2 −1
Original line number Diff line number Diff line
@@ -4,3 +4,4 @@ obj/
riderModule.iml
/_ReSharper.Caches/
.*/
*.Production.*
 No newline at end of file
+6 −1
Original line number Diff line number Diff line
<Solution />
<Solution>
  <Folder Name="/Solution Items/">
    <File Path="compose.yaml" />
  </Folder>
  <Project Path="src/OpsBot/OpsBot.csproj" />
</Solution>

compose.yaml

0 → 100644
+7 −0
Original line number Diff line number Diff line
services:
  opsbot:
    image: opsbot
    build:
      context: .
      dockerfile: src/OpsBot/Dockerfile

probe_1787336735.txt

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
probe 1787336735
Loading