Skip to content

Commit 7f3f506

Browse files
author
George Khoury
committed
ci(samplr): add samplr configuration
1 parent c8af392 commit 7f3f506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.samplr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ excludes:
1212
- \.sample # It's a good idea to exclude all *.sample* files, otherwise it will behave recursively
1313
- \.py$ # Most of the times, the code files won't need samples
1414
includes:
15-
- ^config # Matches files like ./config/setup.yml or ./configuration/script.sh
15+
- ^env # Matches files like ./config/setup.yml or ./configuration/script.sh
1616
- \.yml$ # Matches all .yml files in the project
1717
- Dockerfile # Matches all Dockerfile in the project

0 commit comments

Comments
 (0)