diff options
| author | Dmitry Ilvokhin <d@ilvokhin.com> | 2025-02-23 16:20:33 +0000 | 
|---|---|---|
| committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2025-02-25 22:53:01 +0000 | 
| commit | 602dcb4ec617634d1fed182ac0309123992e43c6 (patch) | |
| tree | 15010ddf47bf45c85bf6e5dbc0093bbb78eb3a92 /.gitattributes | |
| download | flatbot-602dcb4ec617634d1fed182ac0309123992e43c6.tar.gz flatbot-602dcb4ec617634d1fed182ac0309123992e43c6.tar.bz2 flatbot-602dcb4ec617634d1fed182ac0309123992e43c6.zip | |
Implement URL fetching and page parsing
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..823e65b --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.html binary |