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 b0e0149 commit d5c4fd0Copy full SHA for d5c4fd0
Tutorials/General_Tutorials/filter.yml
@@ -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