From 25da060d86ec7c33fe4ba81825805ab913d98e6b Mon Sep 17 00:00:00 2001 From: Sergii Baidachnyi Date: Wed, 29 Jan 2020 08:43:13 -0800 Subject: [PATCH 1/4] aml_ignore in place --- diabetes_regression/.amlignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 diabetes_regression/.amlignore diff --git a/diabetes_regression/.amlignore b/diabetes_regression/.amlignore new file mode 100644 index 00000000..bb970764 --- /dev/null +++ b/diabetes_regression/.amlignore @@ -0,0 +1,3 @@ +# We use yml files to configure deployment, +# but we are not deploying them to compute +*.yml \ No newline at end of file From 4bae00a25d258670d48b26fb3775f71f3ac5fea3 Mon Sep 17 00:00:00 2001 From: Sergii Baidachnyi Date: Wed, 29 Jan 2020 08:45:51 -0800 Subject: [PATCH 2/4] new line --- diabetes_regression/.amlignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diabetes_regression/.amlignore b/diabetes_regression/.amlignore index bb970764..890c257e 100644 --- a/diabetes_regression/.amlignore +++ b/diabetes_regression/.amlignore @@ -1,3 +1,3 @@ # We use yml files to configure deployment, # but we are not deploying them to compute -*.yml \ No newline at end of file +*.yml From 47876b79463514f8e1d9d735bd3549e6ab52af01 Mon Sep 17 00:00:00 2001 From: Sergii Baidachnyi Date: Thu, 30 Jan 2020 10:24:22 -0800 Subject: [PATCH 3/4] a note about syntax --- diabetes_regression/.amlignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/diabetes_regression/.amlignore b/diabetes_regression/.amlignore index 890c257e..9ebf697b 100644 --- a/diabetes_regression/.amlignore +++ b/diabetes_regression/.amlignore @@ -1,3 +1,7 @@ +# This file allows you to ignore some files/folders +# when code is deploying to AML compute +# The syntax of the file is the same as for .gitignore + # We use yml files to configure deployment, # but we are not deploying them to compute *.yml From d9674d2673b989ead4b511b906fda702b711574a Mon Sep 17 00:00:00 2001 From: Sergii Baidachnyi Date: Thu, 30 Jan 2020 10:30:34 -0800 Subject: [PATCH 4/4] updated comment --- diabetes_regression/.amlignore | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/diabetes_regression/.amlignore b/diabetes_regression/.amlignore index 9ebf697b..e8705e07 100644 --- a/diabetes_regression/.amlignore +++ b/diabetes_regression/.amlignore @@ -1,6 +1,9 @@ -# This file allows you to ignore some files/folders -# when code is deploying to AML compute -# The syntax of the file is the same as for .gitignore +# To prevent unnecessary files from being included in +# the snapshot, make an ignore file (.gitignore or .amlignore). +# Place this file in the Snapshot directory and add the +# filenames to ignore in it. The .amlignore file uses +# the same syntax and patterns as the .gitignore file. +# If both files exist, the .amlignore file takes precedence. # We use yml files to configure deployment, # but we are not deploying them to compute