Skip to content

Commit

Permalink
include example in .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
Tylerjet committed Jul 8, 2024
1 parent 6b27533 commit ed1cec1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,8 @@ exclude=( \
"*.bkp" \
"*.csv" \
"*.zip" \
)
)

# String of additional filewatch excludes. names separated with a "|" reg-ex patterns can be used.
# Example extraFilewatchExclude="mmu_vars.cfg|macros.cfg"
extraFilewatchExclude=""

0 comments on commit ed1cec1

Please sign in to comment.