source: firmaeventos/.gitignore @ 8898ecb

Last change on this file since 8898ecb was 8898ecb, checked in by Leonel Hernandez <leonelphm@…>, 6 years ago

Modificado ignore

  • Property mode set to 100644
File size: 460 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
17*.*.backup
18*.*~
19*.swp
20*.tar.gz
21*.pyc
22*.log
23*.pydevproject
24*.project
25*.planner
26*.tmp
Note: See TracBrowser for help on using the repository browser.