This commit is contained in:
Qiu
2026-06-13 18:35:43 +08:00
commit 868598c2fd
185 changed files with 19611 additions and 0 deletions
+49
View File
@@ -0,0 +1,49 @@
# ==================
# IDE & Editor
# ==================
.idea/
.vscode/
*.iws
*.iml
*.ipr
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
# ==================
# OS
# ==================
.DS_Store
Thumbs.db
# ==================
# Java (easypan-java)
# ==================
HELP.md
target/
build/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
!**/src/main/**/build/
!**/src/test/**/build/
# ==================
# Frontend (easypan-front)
# ==================
node_modules/
easypan-front/dist/
# ==================
# Logs
# ==================
*.log