mirror of
https://gitlab.com/VoidEUW/stacat.git
synced 2025-12-12 07:08:40 +00:00
Create .gitignore
forgot to add .DS_Store
This commit is contained in:
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# .gitignore
|
||||
|
||||
.DS_Store
|
||||
|
||||
# ignore IDE
|
||||
.vscode
|
||||
|
||||
# ignore obj and build
|
||||
obj
|
||||
build
|
||||
|
||||
# ignore examples
|
||||
playground.scat
|
||||
test.scat
|
||||
Reference in New Issue
Block a user