Skip to content

Commit

Permalink
chore(examples): remove wrong ignorefile config (#6396)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev committed Aug 22, 2024
1 parent 84d7730 commit 2cbbfd8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/demo-project/garden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ kind: Project
name: demo-project
# defaultEnvironment: "remote" # Uncomment if you'd like the remote environment to be the default for this project.

dotIgnoreFile: "foo"

environments:
- name: local
- name: remote
Expand All @@ -31,4 +29,3 @@ providers:
namespace: default
variables:
userId: ${kebabCase(local.username)}

0 comments on commit 2cbbfd8

Please sign in to comment.