29 lines
166 B
Plaintext
29 lines
166 B
Plaintext
# Build outputs
|
|
build/
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.app
|
|
*.o
|
|
*.a
|
|
|
|
# Odin
|
|
odin/bin/
|
|
|
|
# Go
|
|
bin/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|