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