diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-05 15:51:31 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-05 15:51:31 +0100 |
commit | 5cad1a0d8ae64ee50e7535067c62bd23010078c1 (patch) | |
tree | 67c119a3b605a75fd58a80dd13a556104c6e285a /.gitattributes | |
parent | rename scripts (diff) | |
download | audit-scripts-5cad1a0d8ae64ee50e7535067c62bd23010078c1.tar.gz audit-scripts-5cad1a0d8ae64ee50e7535067c62bd23010078c1.zip |
add .gitattributes
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d76765e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto + +*.sh text eol=lf |