This commit is contained in:
griffi-gh 2024-05-03 20:18:45 +02:00
parent 6a6ef1bfec
commit da790a932a

9
.gitignore vendored
View file

@ -18,3 +18,12 @@ _visualizer.json
/*_log*.txt /*_log*.txt
/*.log /*.log
# make sure build artifacts and binaries are not committed
*.d
*.pdb
*.exe
*.dll
*.so
*.dylib
*.rlib