This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 440bbfe016c74e37db7b1bc50e209de7cdf927bb Author: Jarek Potiuk <[email protected]> AuthorDate: Fri Aug 14 16:08:17 2020 +0200 Remove chart from exported sources --- .gitattributes | 1 + .gitignore | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d872017 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +/chart export-ignore diff --git a/.gitignore b/.gitignore index 593cc53..4f6b451 100644 --- a/.gitignore +++ b/.gitignore @@ -149,8 +149,6 @@ tramp # Spark rat-results.txt -# Git stuff -.gitattributes # Kubernetes generated templated files *.generated *.tar.gz
