-
Notifications
You must be signed in to change notification settings - Fork 540
/
.gitignore
49 lines (44 loc) · 866 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
*.conf
*.css.map
*.db
*.geany
*.html
*.log
*.mmdb
*.py[cod]
*.yml
*.yml.bck*
.pylintrc
.python-version
.venv
.venv/*
Pipfile.lock
build/*
configs/*
dist/*
docs/build/*
docs/coverage/*
docs/html/*
ssl/*
lextab.py
yacctab.py
DODO
todo.txt
notes.txt
data/.ipynb_checkpoints/*
data/client/king_phisher/#king-phisher-client.ui#
data/client/king_phisher/king-phisher-client.ui~
data/server/king_phisher/plugins/*
data/client/king_phisher/style/.sass-cache/*
!.github/*.yml
!data/client/king_phisher/plugin-documentation.html
!data/server/docker/docker-compose.yml
!data/server/king_phisher/*.mmdb
!data/server/king_phisher/error_*.html
!data/server/king_phisher/server_config.yml
!data/server/king_phisher/server_config_verification.yml
!data/server/king_phisher/service_files/*
!data/*/king_phisher/*/*.html
!readthedocs.yml
# ignore mprofile output
mprofile_*.dat