-
Notifications
You must be signed in to change notification settings - Fork 151
/
Copy path.gitignore
41 lines (36 loc) · 880 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
.vscode/
.idea/
.DS_Store
.env
env
venv
.venv
__pycache__/
modules/__pycache__/*
attack-versions/
attack-releases/
output/
reports/
attack-theme/templates/general/base.html
attack-theme/templates/benefactors
attack-theme/templates/datasources
attack-theme/templates/groups
attack-theme/templates/campaigns
attack-theme/templates/assets
attack-theme/templates/matrices
attack-theme/templates/mitigations
attack-theme/templates/resources
attack-theme/templates/software
attack-theme/templates/tactics
attack-theme/templates/techniques
attack-theme/templates/website_build
attack-theme/templates/versions
attack-theme/static/scripts/settings.js
attack-theme/templates/general/sidebar-resources.html
content/
data/pelican_settings.json
# this file is generated by the search module and should not be committed
search_bundle.js
node_modules/
attack-style/dist/
attack-style/docs/