chore: 更新 .gitignore 排除构建产物和临时文件

添加 target/、*.class、__pycache__/、backend/uploads/、*.png 等规则

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-02-28 13:18:51 +08:00
parent 0f9afc978f
commit 5e7c137e87
41 changed files with 18 additions and 21 deletions

19
.gitignore vendored
View File

@@ -45,4 +45,21 @@ bower_components/
# Misc
.DS_Store
Thumbs.db
Thumbs.db
# Java / Maven build outputs
target/
*.class
*.jar
*.war
# Backend uploads
backend/uploads/
# Python
__pycache__/
*.pyc
*.pyo
# Screenshots (root level)
*.png

View File

@@ -1,20 +0,0 @@
server:
port: 8080
spring:
datasource:
url: jdbc:mysql://localhost:3306/maternal_mall?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai&characterEncoding=utf8
username: root
password: qq5211314
jpa:
hibernate:
ddl-auto: update
show-sql: false
properties:
hibernate:
format_sql: true
jackson:
time-zone: Asia/Shanghai
app:
token-header: X-Token