Compare commits

2 Commits

Author SHA1 Message Date
Pedro Cabral
69eef34aaa updated README.md
added info regarding the cls file
2026-07-15 01:18:34 +02:00
Pedro Cabral
5dd5ca4c11 merging root directory's .gitignore 2026-07-15 01:18:05 +02:00

12
.gitignore vendored
View File

@@ -1,9 +1,13 @@
.DS_Store # Ignore all files
# Ignore all auto-generated files, except for PDF
*.* *.*
# Whitelist
!.gitignore !.gitignore
!*.cls !*.cls
!*.tex !*.tex
!*.pdf !*.pdf
!*.jpg
!.vscode
!.vscode/**
!build/*.*