add:acs框架搭建

This commit is contained in:
2025-06-11 18:41:30 +08:00
parent f9832c0448
commit 01198ffecc
2111 changed files with 25499 additions and 57221 deletions

32
acs/.gitignore vendored Normal file
View File

@@ -0,0 +1,32 @@
# ---> Java
# 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*
### IDEA ###
*/*.log
.idea/*
*.iml
*/target/*
*/*.iml
/.gradle/
/target/*