-
Notifications
You must be signed in to change notification settings - Fork 112
/
.hgignore
55 lines (54 loc) · 1.11 KB
/
.hgignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
syntax: regexp
\.pyc$
\.hgignore~
\.gitignore~
\ghostdriver\.log
\.git/
\.git_/
\.tox/
\.cache/
\.coverage$
\.travis\.yml~
^htmlcov/
\.py,cover
\.idea/
\.pytest_cache/
\geckodriver\.log
^MANIFEST\.in~
^tmp/
\.zip
^release/
^docs/fobi\.contrib\.apps\.wagtail_integration\.rst
^demo/
^var/
^demos/heroku_demo/staticfiles/
^demos/heroku_demo/heroku_demo/media/fobi_plugins/content_image/
^deploy/
^fobi/fobi\.migrations\.rst
^examples/db/
^examples/tmp/
^examples/logs/
^examples/media/cache/
^examples/media/fobi_plugins/content_image/
^examples/media/fobi_plugins/file/
^examples/static/
^examples/_static/
^examples/simple/settings/local_settings\.py
^examples/simple/settings/local_settings_foundation5\.py
^examples/mezzanine_example/static/media/fobi_plugins/
^examples/mezzanine_example/static/
^examples/quickstart/local_settings\.py
^examples/wagtaildemo/static/
^examples/wagtaildemo/dev\.db
^examples/wagtail_example_/static/
^examples/wagtail_example_/dev\.db
^examples/wagtaildemo/\.git
^news-images/
^builddocs/
^builddocs\.zip
^build/
^dist/
^src/django_fobi\.egg-info
^dev\.db
\.DS_Store
^examples/quick_start/db\.sqlite3