From e1824fc79c5266d9fcad2ead4103dbf40b421e4b Mon Sep 17 00:00:00 2001 From: Void Date: Thu, 26 Dec 2024 10:37:32 +0100 Subject: [PATCH] Create .gitignore forgot to add .DS_Store --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d55b87d --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# .gitignore + +.DS_Store + +# ignore IDE +.vscode + +# ignore obj and build +obj +build + +# ignore examples +playground.scat +test.scat \ No newline at end of file