-
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (31 loc) · 571 Bytes
/
.gitignore
File metadata and controls
44 lines (31 loc) · 571 Bytes
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
# Ignore GoLand meta directories
.idea
.run
# Ignore heimdall build artifact
/heimdall
# Ignore files ending with ~
*~
# Ignore coverage files
cover.out
coverage.*
# Ingnore generated SBOM
CycloneDX-SBOM.json
# Documentation
# ignore asciidoctor generated files
.asciidoctor
# ignore docu build directory
build
# Ignore npm modules
/docs/node_modules
# Hugo
# ignore output directory
/docs/public
# files generated by hugo
docs/resources/_gen
docs/.hugo_build.lock
# macOS
.DS_Store
# Terraform/OpenTofu
.terraform
terraform.tfstate
terraform.tfstate.backup