mirror of
https://github.com/adrienverge/yamllint.git
synced 2024-11-20 23:04:07 -06:00
gitignore: Add /.eggs
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.
This commit is contained in:
parent
027d1b0a9a
commit
1a4f9fe00f
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ __pycache__
|
||||
/dist
|
||||
/yamllint.egg-info
|
||||
/build
|
||||
/.eggs
|
||||
|
Loading…
Reference in New Issue
Block a user