diff options
author | RIcky Kresslein <rk@lakoliu.com> | 2023-07-12 08:07:19 +0200 |
---|---|---|
committer | RIcky Kresslein <rk@lakoliu.com> | 2023-07-12 08:07:19 +0200 |
commit | 9273b38810a36704ae6ed09085f027ff588bea2b (patch) | |
tree | 34137f24b06159608c846f8237b2e3e350bc8030 /.gitignore | |
parent | 3ebdd96be970fb11fe74dbe151b1baa2bc5d8cc3 (diff) | |
download | Furtherance-9273b38810a36704ae6ed09085f027ff588bea2b.tar.zst |
Ignore .DS_Store files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ac930a8..ace8180 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ com.lakoliu.Furtherance.json~ src/config.rs /.flatpak /.vscode +/.DS_Store # Generated by Cargo # will have compiled files and executables |