-
Notifications
You must be signed in to change notification settings - Fork 46
/
.gitignore
73 lines (63 loc) · 1.14 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
*~
*.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/kafka
!config/otel
!config/rabbitmq
!config/splunk
!config/export-service
!config/wiremock
config/export-service/tmp
#VS Code
.project
.settings
/**/bin/*
!bin/import-events.py
!bin/import-features.sh
!bin/liquibase-new-changeset.sh
!bin/build-images.sh
!bin/insert-mock-hosts
!bin/check_vulnerabilities.py
.vscode
.editorconfig
*.code-workspace
.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/
# SwatchDog
swatchdog/swatchdog/__pycache__/