Files
stacat/.gitignore
Void e1824fc79c Create .gitignore
forgot to add .DS_Store
2024-12-26 10:37:32 +01:00

14 lines
124 B
Plaintext

# .gitignore
.DS_Store
# ignore IDE
.vscode
# ignore obj and build
obj
build
# ignore examples
playground.scat
test.scat