This website requires JavaScript.
Explore
Help
Sign In
Git
/
cheat
Watch
1
Star
0
Fork
0
You've already forked cheat
mirror of
https://github.com/cheat/cheat.git
synced
2024-11-23 22:41:35 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ad6d567d87
cheat
/
.gitignore
7 lines
46 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add gitignore Ignores python bytecode files and the build directory created by distutils.
2013-08-19 09:50:40 +02:00
*.pyc
Version 2.1.3 - Added new cheatsheets - Appended to `.gitignore`
2015-01-06 02:44:25 +01:00
MANIFEST
Add gitignore Ignores python bytecode files and the build directory created by distutils.
2013-08-19 09:50:40 +02:00
build
Resolves #207 - Solves issue whereby global cheatsheets fail to save after editing - `cheat` no longer asks a user if a global cheatsheet should be copied locally before editing, and instead just silently does so.
2015-02-11 01:35:14 +01:00
cheat.egg-info
Version 2.1.3 - Added new cheatsheets - Appended to `.gitignore`
2015-01-06 02:44:25 +01:00
dist
Use setuptools if possible, add development docs - If setuptools is available, use that. Setuptools can be very handy in development, because it provides `python setup.py develop`. - Add development documentation, explaining how to use setuptools' develop with a virtual environment to work on cheat. - Backwards compatibility with distutils is maintained. If setuptools is not available, distutils will be used.
2016-08-09 17:52:01 +02:00
venv
Reference in New Issue
Copy Permalink