Skip to content

Commit

Permalink
squash commits
Browse files Browse the repository at this point in the history
  • Loading branch information
philipithomas committed Feb 24, 2017
0 parents commit eb6a2e3
Show file tree
Hide file tree
Showing 812 changed files with 135,373 additions and 0 deletions.
73 changes: 73 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
*.py[cod]
*.swp

# 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

# SQLite databases
*.sqlite

# Virtual environment
venv

# boto config
.boto

# development api key file
variables.sh

# Ignore local vagrant cache
.vagrant/
vagrant-venv/

# some stuff from the GAE repo
#
lib/
!lib/README.md
.DS_Store

# NPM shit we don't need
node_modules/
npm-debug.log

data.sqlite
user.txt

app/static/compiled/*
app/static/.webassets-cache/*
app/static/stylesheets/*

# artifacts from tests
.cache/*
Loading

0 comments on commit eb6a2e3

Please sign in to comment.