consul/.gitignore

44 lines
463 B
Plaintext
Raw Normal View History

2013-11-04 14:15:27 -08:00
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
.DS_Store
2014-04-14 11:58:40 -07:00
Thumbs.db
2013-11-04 14:15:27 -08: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
2014-04-16 16:53:26 -07:00
/dist
2013-11-04 14:15:27 -08:00
*.exe
2013-12-09 12:10:37 -08:00
*.test
2013-12-19 11:22:08 -08:00
bin/
2014-03-20 13:10:27 -07:00
.vagrant/
2014-04-14 15:12:23 -07:00
website/build/
2014-04-05 02:03:01 -07:00
website/npm-debug.log
2014-04-07 15:06:26 -07:00
*.old
*.attr
2014-04-21 16:01:53 -04:00
ui/.sass-cache
2014-04-21 16:07:14 -04:00
ui/static/base.css
2014-05-01 11:22:30 -04:00
ui/static/application.min.js
ui/dist/
2015-01-07 15:21:01 -08:00
*.swp
2015-04-26 15:29:48 -04:00
website/.bundle
website/vendor