diff options
author | Ty Dunn <ty@tydunn.com> | 2023-06-13 16:57:40 -0700 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-06-13 16:57:40 -0700 |
commit | f65fd053af8d2f25123b3e70bc1d7433cdf2dba9 (patch) | |
tree | e5d753c6a7a79c825ad13ba65a672fc63626bc28 | |
parent | 0b06d04bdcc3707c9007cabd278d1874a66b989f (diff) | |
download | sncontinue-f65fd053af8d2f25123b3e70bc1d7433cdf2dba9.tar.gz sncontinue-f65fd053af8d2f25123b3e70bc1d7433cdf2dba9.tar.bz2 sncontinue-f65fd053af8d2f25123b3e70bc1d7433cdf2dba9.zip |
removing .DS_Store and adding to gitignore
-rw-r--r-- | .DS_Store | bin | 6148 -> 0 bytes | |||
-rw-r--r-- | .gitignore | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.DS_Store b/.DS_Store Binary files differdeleted file mode 100644 index f964d560..00000000 --- a/.DS_Store +++ /dev/null @@ -137,4 +137,5 @@ cached_embeddings.pkl .ruff_cache codeql -**/.continue
\ No newline at end of file +**/.continue +.DS_Store
\ No newline at end of file |