diff options
| author | 韩丁康 <[email protected]> | 2022-04-18 17:24:52 +0800 |
|---|---|---|
| committer | HDK1999 <[email protected]> | 2022-04-18 17:24:52 +0800 |
| commit | 6002f3c16b99ce5045bca70aad6361159e9f58aa (patch) | |
| tree | 155ece59595b8bff777eed8d6f668e7549f957dd | |
| parent | cb22d3d7cea0209d375b420e5c5ef2d9c3b582ef (diff) | |
新增 .gitattributes文件,csv、pcap文件使用git lfs存储
| -rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..12c1695 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.pcap filter=lfs diff=lfs merge=lfs -text +*.csv filter=lfs diff=lfs merge=lfs -text |
