This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pinry
mirror of
https://github.com/pinry/pinry.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
44
Wiki
Activity
Browse Source
Rewrite .gitignore file a bit and add some rules
tags/v1.0.0
Krzysztof Klimonda
11 years ago
parent
548deaa2dd
commit
7817e5d41b
1 changed files
with
19 additions
and
9 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+19
-9
.gitignore
+ 19
- 9
.gitignore
View File
@@ -1,15 +1,25 @@
# Virtualenv/Common
/bin/
/lib/
/include/
/local
/src/
/build/
/pip-log.txt
/development.db
/dist/
/include/
/lib/
/local/
/media/
/src/
/static/
/*.egg-info/
/pip-log.txt
# Buildout
/eggs/
/develop-eggs/
/.installed.cfg
# Project
/*.db
# Misc
/.idea/
*.pyc
*.swp
/.idea/
/dist/
/*.egg-info/
Write
Preview
Loading…
Cancel
Save