Skip to content

Commit f263e4a

Browse files
committed
Add .gitignore
Signed-off-by: Eric Zhao <[email protected]>
1 parent 369168c commit f263e4a

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

.gitignore

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# JetBrains template
2+
.idea
3+
*.iml
4+
out/
5+
6+
# File-based project format
7+
*.iws
8+
9+
# JIRA plugin
10+
atlassian-ide-plugin.xml
11+
12+
# Editor-based Rest Client
13+
.idea/httpRequests
14+
15+
### Go template
16+
# Binaries for programs and plugins
17+
*.exe
18+
*.exe~
19+
*.dll
20+
*.so
21+
*.dylib
22+
23+
# Test binary, built with `go test -c`
24+
*.test
25+
26+
# Output of the go coverage tool, specifically when used with LiteIDE
27+
*.out
28+
29+
# Dependency directories (remove the comment below to include it)
30+
# vendor/
31+
32+
### macOS template
33+
.DS_Store
34+
.AppleDouble
35+
.LSOverride
36+
37+
# Icon must end with two \r
38+
Icon
39+
40+
# Thumbnails
41+
._*
42+
43+
# Files that might appear in the root of a volume
44+
.DocumentRevisions-V100
45+
.fseventsd
46+
.Spotlight-V100
47+
.TemporaryItems
48+
.Trashes
49+
.VolumeIcon.icns
50+
.com.apple.timemachine.donotpresent
51+
52+
# Directories potentially created on remote AFP share
53+
.AppleDB
54+
.AppleDesktop
55+
Network Trash Folder
56+
Temporary Items
57+
.apdisk

0 commit comments

Comments
 (0)