Skip to content

Commit

Permalink
removed all unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
artemsalimov committed Sep 15, 2020
1 parent 95c8711 commit dc57269
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 21 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
./cache
/vendor/
/release/
todo
jenkins-job-ctl
/trush/
/_build/
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ BUILD=$(shell git rev-parse --short HEAD)
EXT_LD_FLAGS="-Wl,--allow-multiple-definition"
LD_FLAGS="-w -X main.version=$(VERSION) -X main.build=$(BUILD) -extldflags=$(EXT_LD_FLAGS)"


clean:
rm -rf _build/ release/

Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ require (
github.com/stretchr/testify v1.2.2
github.com/ttacon/chalk v0.0.0-20160626202418-22c06c80ed31
gopkg.in/yaml.v2 v2.3.0

)
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,4 @@ gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v2 v2.3.0 h1:clyUAQHOM3G0M3f5vQj7LuJrETvjVot3Z5el9nffUtU=
gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=

10 changes: 0 additions & 10 deletions index.html

This file was deleted.

10 changes: 0 additions & 10 deletions sitemap.xml

This file was deleted.

0 comments on commit dc57269

Please sign in to comment.