From: Eugene Petkevich Date: Sat, 1 Apr 2023 17:13:21 +0000 (+0200) Subject: add gitignore file X-Git-Url: https://git.zuelum.org/?a=commitdiff_plain;h=c822cf8a1eb9becd310a973395343b322283bc42;p=scprojects.git add gitignore file --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1fae3d9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# stupid macos files +.DS_Store +._* + +# audio files +*.wav +*.wav64 +*.aiff +*.flac + +