mirror of
https://github.com/dense-analysis/ale
synced 2024-12-13 01:46:34 +00:00
12 lines
170 B
Plaintext
12 lines
170 B
Plaintext
!.editorconfig
|
|
*.obj
|
|
# Ignore all hidden files everywhere.
|
|
# Use `git add -f` to add hidden files.
|
|
.*
|
|
__pycache__
|
|
*.pyc
|
|
/doc/tags
|
|
/init.vim
|
|
/test/ale-info-test-file
|
|
tags
|