85 lines
916 B
Plaintext
85 lines
916 B
Plaintext
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.log
|
|
/*.hcl
|
|
.DS_Store
|
|
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
|
|
|
|
*.exe
|
|
*.test
|
|
*.prof
|
|
|
|
bin/
|
|
/pkg/
|
|
.vagrant/
|
|
website/build/
|
|
website/npm-debug.log
|
|
*.old
|
|
*.attr
|
|
|
|
ui/.sass-cache
|
|
ui/static/base.css
|
|
|
|
ui/static/application.min.js
|
|
ui/dist/
|
|
|
|
*.swp
|
|
*.iml
|
|
|
|
website/.bundle
|
|
website/vendor
|
|
|
|
example.nomad
|
|
nomad_linux_amd64
|
|
nomad_darwin_amd64
|
|
TODO.md
|
|
codecgen-*.generated.go
|
|
*.generated.go
|
|
|
|
.terraform
|
|
*.tfstate*
|
|
rkt-*
|
|
|
|
./idea
|
|
*.iml
|
|
|
|
# UI rules
|
|
|
|
# compiled output
|
|
/ui/dist
|
|
/ui/tmp
|
|
|
|
# dependencies
|
|
/ui/node_modules
|
|
/ui/bower_components
|
|
|
|
# misc
|
|
/ui/.sass-cache
|
|
/ui/connect.lock
|
|
/ui/coverage/*
|
|
/ui/libpeerconnection.log
|
|
/ui/npm-debug.log*
|
|
/ui/testem.log
|
|
.ignore
|
|
|
|
# generated routes file
|
|
command/agent/bindata_assetfs.go
|