Skip to content

Commit 3b1a728

Browse files
committed
2 parents d64ff62 + 03aa50d commit 3b1a728

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Declare files that will always have CRLF line endings on checkout.
5+
*.bat text eol=crlf
6+
7+
# Declare files that will always have LF line endings on checkout.
8+
*.sh text eol=lf

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,12 @@
44
deploy.bat
55
dockerfiles/software/oracle/oracle-instantclient19.5-basic_19.5.0.0.0-2_amd64.deb
66
patch/oracledb/lib/queryStream.js
7+
rebuild.bat
8+
qa/connections/YDB3.json
9+
qa/connections/YDB2.json
10+
qa/connections/YDB1.json
11+
qa/connections/winSecureConnections.json
12+
qa/connections/secureConnections.json
13+
qa/connections/rootkey.csv
14+
qa/connections/noPasswords.json
15+
qa/connections/awsCredentials.bat
File renamed without changes.

0 commit comments

Comments
 (0)