Project for the UPV to develop an app like BlaBlaCar but only for UPV people.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 69 lines 679 B view raw
1# OSX 2.DS_Store 3.AppleDouble 4.LSOverride 5._* 6 7# Windows 8Thumbs.db 9Desktop.ini 10 11# Basics 12*.py[cod] 13__pycache__ 14 15# Translations 16*.mo 17*.pot 18 19# Logs 20*.log 21logs/* 22 23# Packaging files: 24*.egg* 25 26# Sphinx docs: 27docs/_build 28 29# SQLite3 database files: 30*.db 31 32# Pycharm 33.idea 34 35# Eclipse 36.project 37.pydevproject 38.settings 39 40# Linux Editors 41*~ 42\#*\# 43/.emacs.desktop 44/.emacs.desktop.lock 45.elc 46auto-save-list 47tramp 48.\#* 49*.swp 50*.swo 51 52# Npm packates 53node_modules 54 55# virtual environments 56.env 57 58# Coverages 59.coverage 60 61# Project specific 62upvcarshare/public 63upvcarshare/static/dist/css 64upvcarshare/static/dist/js 65upvcarshare/static/dist/img 66upvcarshare/static/dist/fonts 67upvcarshare/media 68notebooks/ 69.env