Enable Git LFS for csv and txt

This commit is contained in:
2024-12-24 18:10:49 +01:00
parent 79438ff053
commit 7fda24b118
2 changed files with 10 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
*.csv filter=lfs diff=lfs merge=lfs -text
*.txt filter=lfs diff=lfs merge=lfs -text

View File

@@ -1,4 +1,12 @@
# WorkerLogs Analysis
## How to use with Git LFS
Right now the tracked file are .csv and .txt.
Just Pull/Commit/Push normally, but before cloning:
```
sudo pacman -S git-lfs
git lfs install
```
### How to launch Jupyter in Nu using Pueue:
```
task spawn {uv run jupyter lab}