-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy path.gitignore
74 lines (64 loc) · 1.31 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
*~
*.class
*.log*
*.bak
*.war
*.nar
*.ear
*.zip
*.tar.gz
**/.classpath
**/*.iml
**/*.iws
**/*.ipr
.ideaDataSources
.idea
**/build/
**/target/
**/.gradle/
**/out
**/lib
**/prometheumultiprocess
# Spring Boot reads local configuration out of a directory named config.
# However, Gradle also looks for project configurations - most notably
# Checkstyle configuration - in the config directory. This section hides
# everything directly under the config directory except what Gradle is
# going to use or files used for developer deployment (certificates and key)
config/*
!config/codestyle
!config/checkstyle
!config/kafka
!config/otel
!config/rabbitmq
!config/splunk
!config/export-service
!config/wiremock
config/export-service/tmp
#VS Code
.project
.settings
.vscode
.editorconfig
*.code-workspace
# The logic here is complicated. We want to ignore all bin directories because
# build artifacts land there. Except we want to track the bin directory at the
# top level (where we keep our scripts). But in that top level bin directory
# we don't want to track the main or test directory since those also have build
# artifacts.
**/bin/
!/bin
/bin/main
/bin/test
.run/
.env
deploy/secrets.yaml
#created when running pr_check.sh locally
artifacts
.bonfire_venv
.cicd_bootstrap.sh
.podman
bonfire
.bonfire
.docker
.kube
stub/__files/