mirror of
https://github.com/github/gitignore.git
synced 2026-08-25 17:32:47 +02:00
fix: limitar alcance de exclusión de archivos pdf y csv
This commit is contained in:
parent
4710f7182a
commit
9165e4dc2d
@ -37,8 +37,12 @@ pip-log.txt
|
||||
pip-delete-this-directory.txt
|
||||
|
||||
# Generated documents / data exports
|
||||
*.pdf
|
||||
*.csv
|
||||
reports/*.pdf
|
||||
reports/*.csv
|
||||
output/*.pdf
|
||||
output/*.csv
|
||||
data/*.pdf
|
||||
data/*.csv
|
||||
|
||||
# Microsoft Office temporary files
|
||||
~$*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user