This website requires JavaScript.
Explore
Help
Sign In
NuKVM
/
yamllint
Watch
3
Star
0
Fork
0
You've already forked yamllint
mirror of
https://github.com/adrienverge/yamllint.git
synced
2024-11-22 07:36:25 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e319a17344
yamllint
/
.gitignore
8 lines
74 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit
2016-01-09 04:53:44 -06:00
__pycache__
*.py[cod]
Doc: Generate documentation with Sphinx HTML documentation should be built with sphinx. This enables easy integration with Read The Docs [1]. It can also be generated manually by running: make -C docs html A man page can be generated by running: make -C docs man [1]: http://yamllint.readthedocs.org/
2016-01-21 14:48:57 -06:00
/docs/_build
Update .gitignore
2016-03-08 02:48:17 -06:00
/dist
/yamllint.egg-info
Update .gitignore to exclude build/
2018-10-11 08:35:26 -05:00
/build
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.
2020-09-27 03:06:33 -05:00
/.eggs
Reference in New Issue
Copy Permalink