SSC门户

This commit is contained in:
dxfeng 2025-07-15 14:26:15 +08:00
parent 17142033b5
commit a7905171fa
3 changed files with 18 additions and 23 deletions

33
.gitignore vendored
View File

@ -1,26 +1,19 @@
# ---> Java
# Compiled class file
*.class
.iml
/out/
/.idea/
# Log file
*.log
# BlueJ files
*.ctxt
HELP.md
target/
# Mobile Tools for Java (J2ME)
.mtj.tmp/
### IntelliJ IDEA ###
.idea
# 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*
replay_pid*
/src/test
/src/rebel.xml
/src/META-INF
### IntelliJ IDEA ###
/log
/build/

View File

@ -1,3 +0,0 @@
# secondev-chapanda-feishu
secondev-chapanda-feishu

View File

@ -0,0 +1,5 @@
description = "子模块demo项目"
dependencies {
//
}