open-consul/.gitignore

48 lines
490 B
Plaintext
Raw Normal View History

2013-11-04 22:15:27 +00:00
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
.DS_Store
2014-04-14 18:58:40 +00:00
Thumbs.db
2013-11-04 22:15:27 +00:00
# Folders
_obj
_test
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
2015-10-22 18:16:01 +00:00
/pkg
2013-11-04 22:15:27 +00:00
*.exe
2013-12-09 20:10:37 +00:00
*.test
2013-12-19 19:22:08 +00:00
bin/
2014-03-20 20:10:27 +00:00
.vagrant/
2014-04-14 22:12:23 +00:00
website/build/
2014-04-05 09:03:01 +00:00
website/npm-debug.log
2014-04-07 22:06:26 +00:00
*.old
*.attr
*.log
2014-04-21 20:01:53 +00:00
ui/.sass-cache
2014-04-21 20:07:14 +00:00
ui/static/base.css
2014-05-01 15:22:30 +00:00
ui/static/application.min.js
ui/dist/
2015-01-07 23:21:01 +00:00
*.swp
2015-04-26 19:29:48 +00:00
website/.bundle
website/vendor
2015-10-22 18:16:01 +00:00
ui/.bundle
ui/vendor