source: firmaeventos/.gitignore @ 82920f4

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

Agregado Sources

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