Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
markddrake committed Jan 10, 2024
2 parents d64ff62 + 03aa50d commit 3b1a728
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3b1a728

Please sign in to comment.