Skip to content

Commit

Permalink
establish a .gitignore for Google.
Browse files Browse the repository at this point in the history
It makes customer merge conflicts less.
It makes modularity / refactoring "easier"
  • Loading branch information
Anders K. Andersen committed Aug 16, 2023
1 parent 07c7d2e commit 2683fdd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 1 addition & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ azure/ingress/nginx/tls/dns/camunda-values-nginx-tls.yaml
azure/ingress/nginx/tls/secure-zeebe-ingress/camunda-values-nginx-tls.yaml
azure/ingress/nginx/tls/camunda-platform
azure/ingress/nginx/tls/camunda-values-nginx-all.yaml
google/ingress/nginx/camunda-values-ingress.yaml
google/ingress/nginx/tls/camunda-values-nginx.yaml
google/ingress/nginx/tls/camunda-values-nginx-all.yaml
google/keycloak/camunda/camunda-values-ext-keycloak.yaml
google/external-keycloak/keycloak-secrets.yaml
aws/cluster.yaml
aws/camunda-values-aws.yaml
**/ebs-csi-driver-trust-policy.json
Expand Down Expand Up @@ -43,8 +38,6 @@ keycloak/keycloak-values.yaml
**/tasklist-service-webapp.yaml
**/tasklist-tasklist-ingress.yaml
**/tasklist-camunda-ingress.yaml
google/config/properties.mk
google/config/properties-dns.mk
aws/config/properties.mk
aws/config/properties-dns.mk

**/.DS_Store
9 changes: 9 additions & 0 deletions google/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
camunda-values-google.yaml
config/properties.mk
config/properties-dns.mk
ingress/nginx/camunda-values-ingress.yaml
ingress/nginx/tls/camunda-values-nginx.yaml
ingress/nginx/tls/camunda-values-nginx-all.yaml
keycloak/camunda/camunda-values-ext-keycloak.yaml
external-keycloak/keycloak-secrets.yaml

1 comment on commit 2683fdd

@anderskristian
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Splitting .gitignore and having sub folders with private .gitignore seems relevant for this type of projects where 'sub folder' is a private profile

Please sign in to comment.