Files
dec-music/.gitignore
T

34 lines
295 B
Plaintext

# 编译产物
*.exe
*.exe~
*.dll
*.so
*.dylib
# IDE
.idea/
*.iml
*.swp
*.swo
*~
# SSH 密钥(私钥)
id_*
!id_*.pub
*.pem
*.ppk
# 测试数据文件
**/testdata/*.bin
*.out
*.test
coverage.*
# 系统文件
Thumbs.db
.DS_Store
# Go 工作区(如果将来使用)
go.work
go.work.sum