forked from internetstandards/Internet.nl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
81 lines (69 loc) · 1.45 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
70
71
72
73
74
75
76
77
78
79
80
81
*.sqlite3
/internetnl/settings.dev.batch.internet.nl.py
/internetnl/settings.dev.internet.nl.py
/internetnl/batch_api_doc_conf.py
/internetnl/internet.nl.settings.batch.live.py
/internetnl/internet.nl.settings.single.live.py
/internetnl/internet.nl.single.settings.live.py
/internetnl/internet.nl.batch.settings.live.py
/interface/static/js/
/interface/static/css/
__pycache__
*.mo
*.pyc
*.swp
*.swo
*.swn
*~
/openssl/
/build/
/static/
/.htpasswd
/nbproject
/dump.rdb
/celerybeat-schedule*
/batch_results/
/locale_files/
*.log
*.pid
/tests/.pytest_cache/
# Pycharm defaults
.idea
.venv
# When compiling unbound as per installation instructions, do that in the virtual env in the IDE. Ignore the code.
./unbound
_unbound
python-whois
pythonwhois.egg-info
nassl_freebsd
# Mac os via ubuntu
._.DS_Store
.DS_Store
# make targets
.unbound
.unbound-3.7-github
.unbound-*
.unbound-x86
.unbound-x86-3.8
.unbound-x86-3.9
.python-whois
.nassl
nassl_freebsd_prebuilt*
# testing
# Test coverage database is not relevant
.coverage
.make.test
# custom dependencies temp storage
custom-deps
.custom-dependency-backup/
/manual-hall-of-fame
# Any tmp stuff, like for compilations, translations, unzipping / downloading you name it. Any content in this
# directory can and will be deleted at random intervals at any moment.
tmp
integration_tests/test-results/
test-results/
production.env
test-results.xml
docker/local.env
# config dumps from make docker-compose-config-to-file
config-compose-*