mirror of https://github.com/status-im/consul.git
build: cleanup .gitignore
This commit is contained in:
parent
9c632e4eb7
commit
7b4302690a
|
@ -1,47 +1,21 @@
|
||||||
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
*.attr
|
||||||
*.o
|
*.exe
|
||||||
*.a
|
*.log
|
||||||
*.so
|
*.old
|
||||||
|
*.swp
|
||||||
|
*.test
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
# Folders
|
|
||||||
_obj
|
|
||||||
_test
|
|
||||||
|
|
||||||
# Architecture specific extensions/prefixes
|
|
||||||
*.[568vq]
|
|
||||||
[568vq].out
|
|
||||||
|
|
||||||
*.cgo1.go
|
|
||||||
*.cgo2.c
|
|
||||||
_cgo_defun.c
|
|
||||||
_cgo_gotypes.go
|
|
||||||
_cgo_export.*
|
|
||||||
|
|
||||||
_testmain.go
|
|
||||||
|
|
||||||
/pkg
|
|
||||||
*.exe
|
|
||||||
*.test
|
|
||||||
bin/
|
|
||||||
.vagrant/
|
.vagrant/
|
||||||
|
/pkg
|
||||||
|
bin/
|
||||||
|
ui/.bundle
|
||||||
|
ui/.sass-cache
|
||||||
|
ui/dist/
|
||||||
|
ui/static/application.min.js
|
||||||
|
ui/static/base.css
|
||||||
|
ui/vendor
|
||||||
|
website/.bundle
|
||||||
website/build/
|
website/build/
|
||||||
website/npm-debug.log
|
website/npm-debug.log
|
||||||
*.old
|
|
||||||
*.attr
|
|
||||||
*.log
|
|
||||||
|
|
||||||
ui/.sass-cache
|
|
||||||
ui/static/base.css
|
|
||||||
|
|
||||||
ui/static/application.min.js
|
|
||||||
ui/dist/
|
|
||||||
|
|
||||||
*.swp
|
|
||||||
|
|
||||||
website/.bundle
|
|
||||||
website/vendor
|
website/vendor
|
||||||
|
|
||||||
ui/.bundle
|
|
||||||
ui/vendor
|
|
||||||
|
|
Loading…
Reference in New Issue