26 lines
201 B
Plaintext
26 lines
201 B
Plaintext
# Build artifacts
|
|
superball_thrower
|
|
*.o
|
|
*.a
|
|
*.so
|
|
|
|
# Configuration
|
|
config.json
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.bak |