source: firmaeventos/.gitignore @ 16cf088

Last change on this file since 16cf088 was bf47591, checked in by Leonel Hernandez <leonelphm@…>, 7 years ago

Inicializando Proyecto

  • Property mode set to 100644
File size: 459 bytes
Line 
1# Add any directories, files, or patterns you don't want to be tracked by version control
2.metadata
3.buildpath
4multi_form_view/__pycache__
5FirmaEventos/__pycache__
6users/__pycache__
7utils/__pycache__
8eventos/__pycache__
9participantes/__pycache__
10FirmaEventos/settings.py
11multi_form_view/migrations
12users/migrations
13utils/migrations
14eventos/migrations
15participantes/migrations
16*.*.backup
17*.*~
18*.swp
19*.tar.gz
20*.pyc
21*.log
22*.pydevproject
23*.project
24*.planner
25*.tmp
Note: See TracBrowser for help on using the repository browser.