gitlink-cli/.gitignore

15 lines
102 B
Plaintext

# 编译输出
*.exe
# IDE
.vscode/
.idea/
# 系统
.DS_Store
Thumbs.db
# 临时文件
*.tmp
*.log