merged .gitignore file

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

14
.gitignore vendored
View File

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