1# Compiled Object files, Static and Dynamic libs (Shared Objects)
2*.o
3*.a
4*.so
5
6# Folders
7_obj
8_test
9.cover
10
11# Architecture specific extensions/prefixes
12*.[568vq]
13[568vq].out
14
15*.cgo1.go
16*.cgo2.c
17_cgo_defun.c
18_cgo_gotypes.go
19_cgo_export.*
20
21_testmain.go
22
23*.exe
24*.test
25*.prof
26
27# Other dirs
28/bin/
29/pkg/
30
31# Vault-specific
32example.hcl
33example.vault.d
34
35# Without this, the *.[568vq] above ignores this folder.
36!**/graphrbac/1.6
37
38# Ruby
39website/vendor
40website/.bundle
41website/build
42website/tmp
43
44# Vagrant
45.vagrant/
46Vagrantfile
47
48# Configs
49*.hcl
50!command/agent/config/test-fixtures/*.hcl
51!command/server/test-fixtures/**/*.hcl
52
53
54.DS_Store
55.idea
56.vscode
57
58dist/*
59
60# ignore ctags
61./tags
62
63# Editor backups
64*~
65*.sw[a-z]
66
67# IntelliJ IDEA project files
68.idea
69*.ipr
70*.iml
71
72# compiled output
73ui/dist
74ui/tmp
75ui/root
76http/bindata_assetfs.go
77
78# dependencies
79ui/node_modules
80ui/bower_components
81
82# misc
83ui/.DS_Store
84ui/.sass-cache
85ui/connect.lock
86ui/coverage/*
87ui/libpeerconnection.log
88ui/npm-debug.log
89ui/test-reports/*
90ui/testem.log
91
92# used for JS acceptance tests
93ui/tests/helpers/vault-keys.js
94ui/vault-ui-integration-server.pid
95
96# for building static assets
97node_modules
98
99# Website
100website/.bundle
101website/build/
102website/npm-debug.log
103website/vendor
104website/.bundle
105website/.cache
106website/assets/node_modules
107website/assets/public
108website/components/node_modules
109
110.buildcache/
111.releaser/
112