From 03aa50d543e329c93d220ae53f74c1446c340338 Mon Sep 17 00:00:00 2001 From: Mark Drake Date: Wed, 10 Jan 2024 09:14:10 -0800 Subject: [PATCH] Repository Fixes --- .gitattributes | 8 ++++++++ .gitignore | 9 +++++++++ .../{cmdline.dockerignore => commandLine.dockerignore} | 0 3 files changed, 17 insertions(+) create mode 100644 .gitattributes rename docker/dockerfiles/linux/{cmdline.dockerignore => commandLine.dockerignore} (100%) diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..6c9914bd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +# Declare files that will always have CRLF line endings on checkout. +*.bat text eol=crlf + +# Declare files that will always have LF line endings on checkout. +*.sh text eol=lf diff --git a/.gitignore b/.gitignore index 39d06e56..f6418aea 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,12 @@ deploy.bat dockerfiles/software/oracle/oracle-instantclient19.5-basic_19.5.0.0.0-2_amd64.deb patch/oracledb/lib/queryStream.js +rebuild.bat +qa/connections/YDB3.json +qa/connections/YDB2.json +qa/connections/YDB1.json +qa/connections/winSecureConnections.json +qa/connections/secureConnections.json +qa/connections/rootkey.csv +qa/connections/noPasswords.json +qa/connections/awsCredentials.bat diff --git a/docker/dockerfiles/linux/cmdline.dockerignore b/docker/dockerfiles/linux/commandLine.dockerignore similarity index 100% rename from docker/dockerfiles/linux/cmdline.dockerignore rename to docker/dockerfiles/linux/commandLine.dockerignore