-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.gitignore
63 lines (50 loc) · 1012 Bytes
/
.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
.vscode
.DS_Store
.idea
src/db
__pycache__
src/test.py
*.db
src/static/pic.xd
private_key.txt
public_key.txt
venv/**
log/**
*.log
release/*
.jshintrc
wireguard/
Global-Configs/PiHole/etc-dnsmasq.d/*
Global-Configs/PiHole/etc-pihole/*
!Global-Configs/PiHole/etc-pihole/custom.list
!Global-Configs/PiHole/etc-pihole/dnsmasq.conf
Global-Configs/PiHole/etc-dnsmasq.d/
data/
Unbound-Custom-Config/root.hints
.gitignore
.idea/
Channels/venv/
Channels/node_modules
Channels/flask_session
Channels/app/static/dist
Channels/Channels notebook.ipynb
Channels/.pytest_cache/
Channels/.mypy_cache/
Channels/.ipynb_checkpoints/
Global-Configs/Master-Key/
Global-Configs/Master-Key/master.conf
Global-Configs/Master-Key/master.conf.enc
Global-Configs/Master-Key/*.conf
Global-Configs/Master-Key/*.enc
WG-Dash/master-key/master.conf
WG-Dash/master-key/master.conf.enc
WG-Dash/master-key/*.enc
WG-Dash/master-key/*.conf
*.enc
WG-Dash/src/wg-dashboard.ini
wget-log
run-log.txt
test.py
test.sh
preqsinstalled.txt
.env