Create .gitignore

forgot to add .DS_Store
This commit is contained in:
2024-12-26 10:37:32 +01:00
parent 55b5d7331e
commit e1824fc79c

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
# .gitignore
.DS_Store
# ignore IDE
.vscode
# ignore obj and build
obj
build
# ignore examples
playground.scat
test.scat