Files
sftp-manager/.gitignore
liu 14289beb66 Initial commit
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-03 10:10:11 +08:00

43 lines
508 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar
# IDE
.idea/
*.iml
*.ipr
*.iws
.project
.classpath
.settings/
.vscode/
# Java
*.class
*.jar
*.war
*.ear
*.log
hs_err_pid*
# H2 / 本地数据库(可选:若需提交空库可去掉 data/
data/*.db
data/*.trace.db
# OS
.DS_Store
Thumbs.db
# 环境与密钥(勿提交)
.env
*.pem
*.key