11 lines
190 B
Plaintext
11 lines
190 B
Plaintext
# .gitignore as a whitelist
|
|
|
|
# exclude everything
|
|
*
|
|
|
|
# "dis-exclude" .gitignore, README.md, and the final version of the resume
|
|
!.gitignore
|
|
!README.md
|
|
!celani_resume.pdf
|
|
!celani_resume.docx
|