mirror of
https://github.com/adrienverge/yamllint.git
synced 2024-11-22 07:36:25 -06:00
1a4f9fe00f
Quick PR to ignore the `/.eggs` folder, which appears to be generated every time the `python setup.py test` command is run. The content of the `./.eggs/README.txt` file: > This directory contains eggs that were downloaded by setuptools to build, > test, and run plug-ins. > > This directory caches those eggs to prevent repeated downloads. > > However, it is safe to delete this directory.
8 lines
74 B
Plaintext
8 lines
74 B
Plaintext
__pycache__
|
|
*.py[cod]
|
|
/docs/_build
|
|
/dist
|
|
/yamllint.egg-info
|
|
/build
|
|
/.eggs
|