Skip to content

Instantly share code, notes, and snippets.

@birkin
Last active December 14, 2015 16:59
Show Gist options
  • Save birkin/5119509 to your computer and use it in GitHub Desktop.
Save birkin/5119509 to your computer and use it in GitHub Desktop.
tags: gitignore
# comments...
# - project_httpd.conf was often part of django_project_dir -> project_dir -> apache_dir
# now I call my wsgi file from a server .conf included into the main httpd.conf file
# - env is often sibling of project directory
# wsgi.py is usually part of django_project_dir -> project_dir -> apache_dir
*.pyc
*httpd.conf
.DS_Store
.hg
.svn
env
env*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment