Skip to content

Instantly share code, notes, and snippets.

@nus
Created March 7, 2012 02:15
Show Gist options
  • Save nus/1990471 to your computer and use it in GitHub Desktop.
Save nus/1990471 to your computer and use it in GitHub Desktop.
.gitignore for web2py
# for web2py
cache
databases
errors
sessions
# inherit https://github.com/github/gitignore/blob/master/Python.gitignore
*.py[co]
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
#Translations
*.mo
#Mr Developer
.mr.developer.cfg
@h4unt3r
Copy link

h4unt3r commented Mar 18, 2013

Thanks! I forgot to add cache in mine, a quick look here solves that :)

@mans0954
Copy link

I'd suggest adding 'uploads' to the list of excluded web2py folders:
https://gist.github.com/mans0954/cc4634a8406994a289ca/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment