We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8af392 commit 7f3f506Copy full SHA for 7f3f506
.samplr.yml
@@ -12,6 +12,6 @@ excludes:
12
- \.sample # It's a good idea to exclude all *.sample* files, otherwise it will behave recursively
13
- \.py$ # Most of the times, the code files won't need samples
14
includes:
15
- - ^config # Matches files like ./config/setup.yml or ./configuration/script.sh
+ - ^env # Matches files like ./config/setup.yml or ./configuration/script.sh
16
- \.yml$ # Matches all .yml files in the project
17
- Dockerfile # Matches all Dockerfile in the project
0 commit comments