Skip to content

Commit a3caa60

Browse files
committed
update icon & .gitignore
1 parent e637cf1 commit a3caa60

File tree

2 files changed

+61
-1
lines changed

2 files changed

+61
-1
lines changed

.gitignore

+61-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,63 @@
1+
### Linux ###
2+
*~
3+
4+
# temporary files which can be created if a process still has a handle open of a deleted file
5+
.fuse_hidden*
6+
7+
# .nfs files are created when an open file is removed but is still being accessed
8+
.nfs*
9+
10+
### macOS ###
11+
# General
12+
.DS_Store
13+
.AppleDouble
14+
.LSOverride
15+
16+
# Thumbnails
17+
._*
18+
19+
# Files that might appear in the root of a volume
20+
.DocumentRevisions-V100
21+
.fseventsd
22+
.Spotlight-V100
23+
.TemporaryItems
24+
.Trashes
25+
.VolumeIcon.icns
26+
.com.apple.timemachine.donotpresent
27+
28+
# Directories potentially created on remote AFP share
29+
.AppleDB
30+
.AppleDesktop
31+
Network Trash Folder
32+
Temporary Items
33+
.apdisk
34+
35+
### Windows ###
36+
# Windows thumbnail cache files
37+
Thumbs.db
38+
Thumbs.db:encryptable
39+
ehthumbs.db
40+
ehthumbs_vista.db
41+
42+
# Dump file
43+
*.stackdump
44+
45+
# Folder config file
46+
[Dd]esktop.ini
47+
48+
# Recycle Bin used on file shares
49+
$RECYCLE.BIN/
50+
51+
# Windows Installer files
52+
*.cab
53+
*.msi
54+
*.msix
55+
*.msm
56+
*.msp
57+
58+
# Windows shortcuts
59+
*.lnk
60+
161
.gradle
262
build/
363
!gradle/wrapper/gradle-wrapper.jar
@@ -41,4 +101,4 @@ bin/
41101

42102

43103
### cache ###
44-
cache/
104+
cache/

src/main/resources/icon.png

-2.5 MB
Loading

0 commit comments

Comments
 (0)