diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-01-04 23:04:42 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-01-04 23:04:42 +0100 |
| commit | 8beb2bfa1af988442550c9e6999d924dd14b5236 (patch) | |
| tree | e24c5ca4b5d6da02895094f2341231236091132c /.gitignore | |
Add the library
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0592392 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/target +.DS_Store |