根据路径和文件名在科远服务器查找并返回所需图片
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

132 lines
2.3 KiB

# ===========================================
# 编译和构建输出
# ===========================================
target/
build/
out/
bin/
*.class
*.jar
*.war
*.ear
# ===========================================
# 依赖和缓存
# ===========================================
.m2/repository/
.gradle/
node_modules/
# ===========================================
# 日志文件
# ===========================================
*.log
logs/
log/
# ===========================================
# 配置文件(包含敏感信息)
# ===========================================
# 主要配置文件
application.properties
application.yml
application-*.properties
application-*.yml
# 例外:可以提交示例配置文件
!application.properties.example
!application.yml.example
# ===========================================
# IDE 配置文件
# ===========================================
# IntelliJ IDEA
.idea/
*.iws
*.iml
*.ipr
*.eml
.idea_modules/
# Eclipse
.settings/
.project
.classpath
.metadata/
# NetBeans
nbproject/
nbactions.xml
# VS Code
.vscode/
!.vscode/settings.json.example
!.vscode/launch.json.example
# ===========================================
# 操作系统文件
# ===========================================
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
# Mac OS X
.DS_Store
# Linux
*~
# ===========================================
# 临时文件
# ===========================================
*.tmp
*.temp
*~
~*
*.swp
*.swo
*.#
# ===========================================
# 测试和报告
# ===========================================
target/surefire-reports/
target/failsafe-reports/
target/site/
*.coverage
*.coverage.xml
# ===========================================
# 上传和下载目录
# ===========================================
uploads/
downloads/
temp/
# ===========================================
# Tomcat 相关
# ===========================================
apache-tomcat-*/
tomcat/
# ===========================================
# 数据库文件
# ===========================================
*.db
*.sql
*.h2.db
# ===========================================
# 文档生成
# ===========================================
apidocs/
docs/_build/
# ===========================================
# 其他
# ===========================================
*.bak
*.backup
*.orig
*.rej