source: firmaeventos/.gitignore @ ccec96a

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

Modificado ignore

  • Property mode set to 100644
File size: 549 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
16sources/tmp/*.pdf
17sources/tmp/*.jpg
18sources/tmp/*.tmp
19sources/tmp/*.png
20sources/tmp/*.bmp
21*.*.backup
22*.*~
23*.swp
24*.tar.gz
25*.pyc
26*.log
27*.pydevproject
28*.project
29*.planner
30*.tmp
Note: See TracBrowser for help on using the repository browser.