From faaa74b1cdf281773e53d9ac720ba110b54941bc Mon Sep 17 00:00:00 2001 From: Erik Krogh Kristensen Date: Wed, 15 Dec 2021 12:09:29 +0100 Subject: [PATCH] QL: move .git files into the ql/ folder --- .gitignore | 8 -------- .gitattributes => ql/.gitattributes | 0 ql/.gitignore | 8 ++++++++ 3 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 .gitignore rename .gitattributes => ql/.gitattributes (100%) create mode 100644 ql/.gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 5dead0b2f28..00000000000 --- a/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -ql/target -ql/extractor-pack -.vscode/launch.json -.cache -ql/ql/test/**/*.testproj -ql/ql/test/**/*.actual -ql/ql/test/**/CONSISTENCY -ql/work diff --git a/.gitattributes b/ql/.gitattributes similarity index 100% rename from .gitattributes rename to ql/.gitattributes diff --git a/ql/.gitignore b/ql/.gitignore new file mode 100644 index 00000000000..5af0736b59f --- /dev/null +++ b/ql/.gitignore @@ -0,0 +1,8 @@ +target +extractor-pack +.vscode/launch.json +.cache +ql/test/**/*.testproj +ql/test/**/*.actual +ql/test/**/CONSISTENCY +work