You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
266 B
28 lines
266 B
# Binary files
|
|
app.exe
|
|
cursor-id-modifier-linux
|
|
cursor-id-modifier-macos
|
|
cursor-id-modifier-*
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Build directories
|
|
bin/
|
|
releases/
|
|
scripts/
|
|
|
|
# IDE
|
|
.vscode/
|
|
|
|
# Go specific
|
|
go.sum
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*~
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|