From b284086cb516ae64b5b0c2d200d780edc063d41a Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 9 Nov 2021 10:02:09 -0500 Subject: [PATCH] Add .gitignore. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..23ac7f1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +/build +/dist +/plugin.dylib +/plugin.dll +/plugin.so +.DS_Store \ No newline at end of file