1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

first commit

This commit is contained in:
程序员小墨 2022-10-20 23:28:26 +08:00
commit 8dd3c4047d
4 changed files with 27 additions and 0 deletions

0
.gitignore vendored Normal file
View File

4
README.md Normal file
View File

@ -0,0 +1,4 @@
# Epidemic prevention platform
> 基于微服务的社区疫情防控系统

23
backend/.gitignore vendored Normal file
View File

@ -0,0 +1,23 @@
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

0
frontend/.gitkeep Normal file
View File