Commit 2369151cbfe4a038bc65e0f1ba236a7773357fa9
1 parent
45f0581b
Exists in
master
Atualiza .gitignore
Showing
1 changed file
with
15 additions
and
42 deletions
Show diff stats
.gitignore
@@ -2,51 +2,24 @@ | @@ -2,51 +2,24 @@ | ||
2 | !*.gitignore | 2 | !*.gitignore |
3 | !*.gitempty | 3 | !*.gitempty |
4 | *~ | 4 | *~ |
5 | +*.conf | ||
6 | +*.coverage | ||
7 | +*.db | ||
8 | +*.ini | ||
5 | *.log | 9 | *.log |
10 | +*.noseids | ||
11 | +*.pem | ||
6 | *.pyc | 12 | *.pyc |
7 | -corretor.conf | ||
8 | -corretor.wsgi | 13 | +*.sql |
14 | +*.swl | ||
15 | +*.swm | ||
16 | +*.swn | ||
17 | +*.swo | ||
18 | +*.swp | ||
19 | +*.wsgi | ||
20 | +.DS_Store | ||
9 | settings_local.py | 21 | settings_local.py |
10 | env/ | 22 | env/ |
11 | -videos/ | ||
12 | tmp/ | 23 | tmp/ |
13 | uploads/ | 24 | uploads/ |
14 | - | ||
15 | -*.egg-info | ||
16 | -*.tox | ||
17 | -.*.swp | ||
18 | -*.db | ||
19 | -settings_local.py | ||
20 | -doc/_build | ||
21 | -*.un~ | ||
22 | -*.wsgi | ||
23 | -*.noseids | ||
24 | -*.swo | ||
25 | -.DS_Store | ||
26 | -*.coverage | ||
27 | -alembic.ini | ||
28 | -_ga.html | ||
29 | -_gcs.html | ||
30 | -_gcs_form.html | ||
31 | -dat/GeoLiteCity.dat | ||
32 | -.ropeproject/ | ||
33 | -.idea/ | ||
34 | -.vagrant/ | ||
35 | -vagrant_env/ | ||
36 | -keys/* | ||
37 | -*.pem | ||
38 | -*.swm | ||
39 | -*.swn | ||
40 | -*.swl | ||
41 | -*.log | ||
42 | -log | ||
43 | -*.sql | ||
44 | -dat/GeoIP.dat | ||
45 | -*.ini | ||
46 | -pybossa/themes/pybossa-default-theme/ | ||
47 | -dist/* | ||
48 | -pybossa/themes/crowdcrafting-theme/ | ||
49 | -pybossa/translations | ||
50 | -pybossa/plugins/ | ||
51 | -!pybossa/plugins/__init__.py | ||
52 | -test/test_cache.py | 25 | +videos/ |