This is an automated email from the ASF dual-hosted git repository.
taragolis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 2f980bd597 Exclude `pyenv` and `nvm` files from git and Apache Rat
(#35532)
2f980bd597 is described below
commit 2f980bd5978633b53c7e7d66d9653636f7478a2f
Author: Andrey Anshin <[email protected]>
AuthorDate: Wed Nov 8 21:33:50 2023 +0400
Exclude `pyenv` and `nvm` files from git and Apache Rat (#35532)
---
.gitignore | 3 +++
.rat-excludes | 6 ++++++
2 files changed, 9 insertions(+)
diff --git a/.gitignore b/.gitignore
index 6ee528b9ce..8e30efb754 100644
--- a/.gitignore
+++ b/.gitignore
@@ -98,6 +98,9 @@ target/
# pyenv
.python-version
+# nvm (Node Version Manager)
+.nvmrc
+
# celery beat schedule file
celerybeat-schedule
diff --git a/.rat-excludes b/.rat-excludes
index ce2cae7dd9..b37f97594c 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -136,3 +136,9 @@ chart/*.iml
# DOAP file
doap_airflow.rdf
+
+# pyenv
+.python-version
+
+# nvm (Node Version Manager)
+.nvmrc