14 lines
240 B
Text
14 lines
240 B
Text
|
# Ignore everything
|
||
|
*
|
||
|
|
||
|
# Allow files and directories
|
||
|
!/eos_downloader/
|
||
|
!/pyproject.toml
|
||
|
!/LICENSE
|
||
|
|
||
|
# Ignore unnecessary files inside allowed directories
|
||
|
# This should go after the allowed directories
|
||
|
**/*~
|
||
|
**/*.log
|
||
|
**/.DS_Store
|
||
|
**/Thumbs.db
|