merged .gitignore file

This commit is contained in:
Pedro Cabral
2026-07-15 00:09:27 +02:00
parent 8478f78d09
commit 29d121e6d5
2 changed files with 12 additions and 7 deletions

13
.gitignore vendored
View File

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

6
article/.gitignore vendored
View File

@@ -1,6 +0,0 @@
# Ignore all auto-generated files, except for PDF
*.*
!.gitignore
!*.tex
!*.pdf