forked from chef/automate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
109 lines (83 loc) · 1.79 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
.tmp
/nodes/
# Habitat
.secrets
results/
!results/.gitkeep
.studio/personal
# just a particular file called 'src', *not* src directories that exist in some projects!
src
!src/
package-lock.json
# InSpec
inspec.lock
# Terraform
.terraform/
*.tfstate
*.tfstate.backup
*_override.tf
# Workflow
.delivery/cli.toml
# ctags
/tags
# mac
.DS_Store
# node
node_modules
dist
# Go dep - Some dep versions create this while fetching
vendor.orig/
# GO debugging
debug
debug.test
# Ingest uses nodeJS for integration tests
.ingest-service.toml
.bash_history
# intellij
.idea
# VSCode
.vscode
# gometalinter in cache
cache/gometalinter-*
# golangci-lint in cache
cache/golangci-lint*
# for built component binary files
bin/
# bin stubs/wrappers/etc. in the hab dir
!/components/*/habitat/bin/
!/components/*/habitat/bin/*
components/automate-cs-nginx/chef-server-ctl
# automate-chef-io
components/automate-chef-io/public
components/automate-chef-io/themes/chef
# vim
*.swp
*.swo
# CI/CD Pipeline
manifest.json
.vagrant/
a2-dependency-licenses.json
existing-versions.json
existing-releases.json
updated-versions.json
updated-releases.json
dev/auth.toml
# Licenses and other secrets
dev/secrets-env.sh
dev/license.jwt
components/automate-deployment/a1-migration/delivery.license
components/automate-deployment/basic-a1/delivery.license
backups
# never ignore anything below vendor/
!/vendor/**
# Do not add automate credentials files.
components/automate-deployment/automate-credentials-*.toml
ec2/out.json
ec2/mkmf.log
# cypress screenshots/videos and other folders cypress creates
e2e/cypress/screenshots
e2e/cypress/videos
e2e/cypress/fixtures
components/automate-grpc/protoc-gen-a2-config/protoc-gen-a2-config
components/event-gateway/cmd/event-gateway/event-gateway
tools/expeditor-config-gen/expeditor-config-gen