Skip to content

Commit 394e144

Browse files
authored
Merge pull request yuaotian#9 from dacrab/master
Improvements
2 parents ea56925 + 70dda90 commit 394e144

17 files changed

+747
-450
lines changed

.gitignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Binary files
2+
app.exe
3+
cursor-id-modifier-linux
4+
cursor-id-modifier-macos
5+
cursor-id-modifier-*
6+
*.exe
7+
*.dll
8+
*.so
9+
*.dylib
10+
11+
# Build directories
12+
bin/
13+
releases/
14+
scripts/
15+
16+
# IDE
17+
.vscode/
18+
19+
# Go specific
20+
go.sum
21+
22+
# Temporary files
23+
*.tmp
24+
*~
25+
26+
# System files
27+
.DS_Store
28+
Thumbs.db

0 commit comments

Comments
 (0)