Commit c3465bdae01dfb3f83877a3ae5815b737c451db0

Authored by Cassio Cabral
1 parent dc79684a
Exists in master and in 1 other branch dynamic

add .gitignore

Showing 1 changed file with 40 additions and 0 deletions   Show diff stats
.gitignore 0 → 100644
... ... @@ -0,0 +1,40 @@
  1 +*.egg-info
  2 +*.tox
  3 +.*.swp
  4 +*.pyc
  5 +*.db
  6 +settings_local.py
  7 +env/
  8 +doc/_build
  9 +*.un~
  10 +*.wsgi
  11 +*.noseids
  12 +*.swo
  13 +.DS_Store
  14 +*.coverage
  15 +alembic.ini
  16 +_ga.html
  17 +_gcs.html
  18 +_gcs_form.html
  19 +dat/GeoLiteCity.dat
  20 +.ropeproject/
  21 +.idea/
  22 +.vagrant/
  23 +vagrant_env/
  24 +keys/*
  25 +*.pem
  26 +*.swm
  27 +*.swn
  28 +*.swl
  29 +*.log
  30 +log
  31 +*.sql
  32 +dat/GeoIP.dat
  33 +*.ini
  34 +pybossa/themes/pybossa-default-theme/
  35 +dist/*
  36 +pybossa/themes/crowdcrafting-theme/
  37 +pybossa/translations
  38 +pybossa/plugins/
  39 +!pybossa/plugins/__init__.py
  40 +test/test_cache.py
... ...