Skip to content

Commit d5c4fd0

Browse files
committed
NEW: Filter file for the CRG ARM-BSEC tutorial
1 parent b0e0149 commit d5c4fd0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# This is a basic example of a filter-file.yaml
2+
3+
# Provide a list of patterns to exclude.
4+
exclude:
5+
- '*' # Exclude all files
6+
7+
# Provide a list of patterns that are exceptions to the
8+
# above exclude rules.
9+
except:
10+
- '*20241224*.nc' # Except, include all files that end with .txt

0 commit comments

Comments
 (0)