Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a50e2d1

Browse files
chore: add .gitignore to exclude Go build artifacts
1 parent 81b7887 commit a50e2d1

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

‎.gitignore‎

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Binaries for programs and plugins
2+
*.exe
3+
*.exe~
4+
*.dll
5+
*.so
6+
*.dylib
7+
8+
# Test binaries
9+
*.test
10+
11+
# Output of the go build command
12+
*.out
13+
14+
# Common Go build output (executables)
15+
main
16+
app
17+
server
18+
client
19+
20+
# Ignore any binary files in root
21+
/bin/
22+
/build/
23+
/dist/

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /