licensing-cotton/.gitignore
2025-11-01 15:19:24 +08:00

50 lines
419 B
Plaintext

# Binaries
licensing-cotton
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary
*.test
# Output of the go coverage tool
*.out
# Dependency directories
vendor/
# Go workspace file
go.work
# Database files
*.db
*.db-shm
*.db-wal
mydb.db
# Keys directory (contains sensitive private keys)
keys/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
nohup.out
logs/
# Temporary files
*.tmp
*.temp