1
1
mirror of https://github.com/go-gitea/gitea synced 2025-09-28 03:28:13 +00:00

Add basic render of public act

This commit is contained in:
Unknown
2014-03-15 00:50:51 -04:00
parent 2289ff20bf
commit adb17791bd
10 changed files with 472 additions and 26 deletions

36
conf/gitignore/Python Normal file
View File

@@ -0,0 +1,36 @@
*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject