Skip to content

Commit a24870a

Browse files
authored
.amlignore example of usage (#155)
1 parent ff95f0d commit a24870a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

diabetes_regression/.amlignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# To prevent unnecessary files from being included in
2+
# the snapshot, make an ignore file (.gitignore or .amlignore).
3+
# Place this file in the Snapshot directory and add the
4+
# filenames to ignore in it. The .amlignore file uses
5+
# the same syntax and patterns as the .gitignore file.
6+
# If both files exist, the .amlignore file takes precedence.
7+
8+
# We use yml files to configure deployment,
9+
# but we are not deploying them to compute
10+
*.yml

0 commit comments

Comments
 (0)