stomp + websocket 业务代码实现
This commit is contained in:
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
# 忽略 IDE 和编译生成的文件
|
||||
.idea/
|
||||
target/
|
||||
*.iml
|
||||
*.class
|
||||
|
||||
# 忽略日志文件
|
||||
logs/
|
||||
*.log
|
||||
|
||||
# 忽略配置文件
|
||||
application-local.yml
|
||||
bootstrap-local.yml
|
||||
|
||||
# 忽略临时文件
|
||||
*.tmp
|
||||
*.bak
|
||||
*.swp
|
||||
|
||||
# 忽略依赖缓存
|
||||
.m2/
|
||||
node_modules/
|
||||
|
||||
# 忽略敏感信息
|
||||
.env
|
||||
credentials.json
|
||||
|
||||
# 忽略系统文件
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user