-
Notifications
You must be signed in to change notification settings - Fork 71
/
.gitignore
executable file
·69 lines (54 loc) · 1.26 KB
/
.gitignore
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
*.pyc
perma_web/lib/
.env
settings.py
perma_web/celerybeat-schedule*
perma_web/fab_targets.py
perma_web/.coverage
# ignore files generated from .scss
perma_web/static/css/style-responsive.css
perma_web/static/css/style-responsive-archive.css
perma_web/.sass-cache/
# coverage reports generated by 'coverage annotate <source-file>'
*,cover
# any diagnostic files generated by failed tests
perma_web/failed_test_files
# zipped browser extensions
ext.zip
.idea
venv
.vagrant
.DS_Store
services/django/generated_assets/*
!services/django/generated_assets/README
services/django/static_assets/*
!services/django/static_assets/README
services/django/generated_archives/*
!services/django/generated_archives/README
services/logs/*
!services/logs/README
perma_web/static-collected
/perma_web/api/tests/.coverage
/.dir-locals.el
/perma_web/src/
ghostdriver.log
*.todo
*.dump
# node
node_modules
npm-debug.log
# we used to ignore sourcemaps, but they're useful for Sentry
# *.map
# pytest
.cache
.pytest_cache
# Ignore files cached by Hypothesis...
.hypothesis/
# except for the examples directory
!.hypothesis/examples/
# ignore certs/keys/confs from serving via SSL with runserver_plus
perma_web/*.pem
perma_web/*.crt
perma_web/*.key
perma_web/*.conf
perma_web/perma/wacz_experiment/*