diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-01-23 16:16:25 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-01-23 16:16:25 -0600 |
commit | ce1c40b7dfccf62e4434795bf46dae27d1678a99 (patch) | |
tree | 8b61c2a8d3a4f9feb1f4bb783cfeae53f5956012 /.gitattributes | |
download | omaha-incidents-ce1c40b7dfccf62e4434795bf46dae27d1678a99.tar.gz omaha-incidents-ce1c40b7dfccf62e4434795bf46dae27d1678a99.tar.bz2 omaha-incidents-ce1c40b7dfccf62e4434795bf46dae27d1678a99.zip |
initial commit
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..33e4788 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.csv filter=lfs diff=lfs merge=lfs -text +*.db filter=lfs diff=lfs merge=lfs -text |