You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 297 B

12 vuotta sitten
12 vuotta sitten
12 vuotta sitten
11 vuotta sitten
12 vuotta sitten
11 vuotta sitten
1234567891011121314151617181920212223242526272829303132333435
  1. # Virtualenv/Common
  2. /bin/
  3. /build/
  4. /dist/
  5. /include/
  6. /lib/
  7. /local/
  8. /media/
  9. /src/
  10. /static/
  11. /*.egg-info/
  12. /pip-log.txt
  13. /venv/
  14. /.venv/
  15. # Buildout
  16. /eggs/
  17. /develop-eggs/
  18. /.installed.cfg
  19. /*.egg
  20. # Bower
  21. /pinry/static/vendor/
  22. # sphinx
  23. /docs/_build/
  24. # Project
  25. /*.db
  26. /*.sqlite3
  27. # Misc
  28. /.idea/
  29. *.pyc
  30. *.swp