Skip to content

Commit 2739d43

Browse files
author
Nexus
committed
chore: add .gitignore and remove deprecated Travis CI config
1 parent 9dc28c1 commit 2739d43

File tree

2 files changed

+43
-14
lines changed

2 files changed

+43
-14
lines changed

.gitignore

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Binaries
2+
*.exe
3+
*.exe~
4+
*.dll
5+
*.so
6+
*.dylib
7+
*.test
8+
*.out
9+
10+
# Go workspace
11+
go.work
12+
13+
# Vendor
14+
vendor/
15+
16+
# IDE
17+
.idea/
18+
.vscode/
19+
*.swp
20+
*.swo
21+
*~
22+
23+
# OS
24+
.DS_Store
25+
Thumbs.db
26+
27+
# Build output
28+
bin/
29+
dist/
30+
build/
31+
32+
# Logs
33+
*.log
34+
35+
# Uploads (example)
36+
uploads/
37+
38+
# Test coverage
39+
coverage.out
40+
41+
# Certs
42+
*.pem
43+
*.key

.travis.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)