refactored .gitignore
each article type has its own gitignore
This commit is contained in:
3
.gitignore → article/.gitignore
vendored
3
.gitignore → article/.gitignore
vendored
@@ -3,6 +3,3 @@
|
||||
*.*
|
||||
!.gitignore
|
||||
!*.tex
|
||||
!*.md
|
||||
!*.cls
|
||||
!*.jpg
|
||||
6
awesome-cv/.gitignore
vendored
Normal file
6
awesome-cv/.gitignore
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
# Ignore all auto-generated files
|
||||
|
||||
*.*
|
||||
!.gitignore
|
||||
!awesome-cv.cls
|
||||
!*.tex
|
||||
5
moderncv/.gitignore
vendored
Normal file
5
moderncv/.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
# Ignore all auto-generated files
|
||||
|
||||
*.*
|
||||
!.gitignore
|
||||
!*.tex
|
||||
Reference in New Issue
Block a user