From 4aa647f3cdc6b6fb1be3928864824ffae7907da4 Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Wed, 24 Apr 2024 16:41:09 +0200 Subject: [PATCH] Move gitignore files to root folder --- community/.gitattributes => .gitattributes | 0 .gitignore | 6 ++++++ community/.gitignore | 3 --- pro/.gitattributes | 1 - pro/.gitignore | 3 --- 5 files changed, 6 insertions(+), 7 deletions(-) rename community/.gitattributes => .gitattributes (100%) create mode 100644 .gitignore delete mode 100644 community/.gitignore delete mode 100644 pro/.gitattributes delete mode 100644 pro/.gitignore diff --git a/community/.gitattributes b/.gitattributes similarity index 100% rename from community/.gitattributes rename to .gitattributes diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bba95a6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +community/egress/ +community/minio/ +community/mongo/ +pro/egress/ +pro/minio/ +pro/mongo/ \ No newline at end of file diff --git a/community/.gitignore b/community/.gitignore deleted file mode 100644 index f318709..0000000 --- a/community/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -egress/ -minio/ -mongo/ diff --git a/pro/.gitattributes b/pro/.gitattributes deleted file mode 100644 index 94f480d..0000000 --- a/pro/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -* text=auto eol=lf \ No newline at end of file diff --git a/pro/.gitignore b/pro/.gitignore deleted file mode 100644 index f318709..0000000 --- a/pro/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -egress/ -minio/ -mongo/