Files
FTP-Server/.gitignore
T

29 lines
253 B
Plaintext

# 编译产物
ftp-server.exe
ftp-server
*.exe
# 数据目录
data/
# 配置文件(包含密码等敏感信息)
config.json
# FTP根目录
ftp_root/
# Go 相关
vendor/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
Thumbs.db
Desktop.ini
.DS_Store