Files
go-mobile-uiautomator/.gitignore
2026-03-10 13:41:18 +08:00

36 lines
320 B
Plaintext

# 配置文件(包含敏感信息)
config.yaml
# 编译输出
*.exe
*.exe~
*.dll
*.so
*.dylib
/bin/
/dist/
# 测试输出
*.test
*.out
*.prof
# 依赖目录
/vendor/
# 编辑器和 IDE 配置
.idea/
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln
.vs/
# 操作系统文件
.DS_Store
Thumbs.db
# 临时文件
*.tmp
*.log