-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
53 lines (47 loc) · 1.1 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# ======================
# macOS Files and Directories
# ======================
.DS_Store
.AppleDouble
.LSOverride
Icon?
._*
.Spotlight-V100
.Trashes
.env
logs/
# ======================
# Go Binaries and Plugins
# ======================
*.exe
*.exe~
*.dll
*.so
*.dylib
# ======================
# Test Binaries (generated with `go test -c`)
# ======================
*.test
# ======================
# Coverage Output (generated by Go coverage tools)
# ======================
*.out
# ======================
# Vendor Directory (dependencies)
# ======================
# If you are using Go modules, you typically don't ignore the vendor folder.
# However, if you generate it or prefer not to version control it, uncomment the following line:
vendor/
# ======================
# Directory for Compiled Binaries (if any)
# ======================
bin/
# ======================
# GoLand (JetBrains) Project Files
# ======================
.idea/
# Optionally, ignore specific configuration files containing local settings or sensitive information:
.idea/workspace.xml
.idea/tasks.xml
.idea/usage.statistics.xml
.idea/dictionaries