13 lines
184 B
Text
13 lines
184 B
Text
|
!.editorconfig
|
||
|
*.obj
|
||
|
*.pyc
|
||
|
# Ignore all hidden files everywhere.
|
||
|
# Use `git add -f` to add hidden files.
|
||
|
.*
|
||
|
/doc/tags
|
||
|
/init.vim
|
||
|
/test/ale-info-test-file
|
||
|
/vader_output
|
||
|
__pycache__
|
||
|
tags
|