merged .gitignore file

This commit is contained in:
Pedro Cabral
2026-07-15 00:09:27 +02:00
parent 8478f78d09
commit d90c616728
3 changed files with 14 additions and 8 deletions

13
.gitignore vendored
View File

@@ -1 +1,12 @@
.DS_Store
# Ignore all files
*.*
# Whitelist
!.gitignore
!*.tex
!*.pdf
!*.jpg
!.vscode
!.vscode/**
!build/*.*