You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Note: use only forward slash / as a path separator.
4
+
# * Matches any sequence of characters except a forward slash.
5
+
# ** Matches any sequence of characters, including a forward slash.
6
+
# This wildcard must either be surrounded by forward slash symbols, or used as the first segment of a path.
7
+
# It matches zero or more whole directory segments. There is no need to use a wildcard at the end of a directory path because all sub-directories are automatically matched.
8
+
# That is, /anything/ matches the anything directory and all its subdirectories.
9
+
# Always enclose the expression in double quotes if it includes *.
10
+
- src/Test
11
+
12
+
# The default behavior is to tag all files created during the
13
+
# build as `generated`. Results are hidden for generated code. You can tag
14
+
# further files as being generated by adding them to the `generated` section.
0 commit comments