forked from demisto/content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
54 lines (51 loc) · 1.11 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
report_pytest.json
node_modules
.DS_Store
.idea
.vscode
_site
TestData/EmailWithNonUnicodeAttachmentName.eml
TestData/EmailWithNonUnicodeSubject.eml
Integrations/SymantecMSS/test_data/SymantecXML.txt
*.pyc
*.swp
.pytest_cache
.python-version
CommonServerPython.py
*Module.py
!Packs/ApiModules/Scripts/*/*Module.py
!Packs/Base/Scripts/CommonServerPython/CommonServerPython.py
!Packs/Base/Scripts/CommonServerPowerShell/CommonServerPowerShell.ps1
CommonServerUserPython.py
CommonServerPowerShell.ps1
demistomock.py
demistomock.ps1
!Tests/demistomock/demistomock.py
!Tests/demistomock/demistomock.ps1
Tests/filter_file.txt
Tests/id_set.json
.mypy_cache
Scripts/*/*_unified.yml
Integrations/*/*_unified.yml
Beta_Integrations/*/*_unified.yml
Packs/*/*/*/*_unified.yml
conftest.py
!Tests/scripts/dev_envs/pytest/conftest.py
venv
failed_unittests.txt
.python-version
Scripts/**/__init__.py
Integrations/**/__init__.py
Packs/**/__init__.py
# Environment and reports
.demisto-sdk-conf
.hypothesis
.demisto-sdk-report
.env
.envrc
Packs/**/report_pytest.json
# coverage related
/coverage_report
.coverage
# devcontainer folders
.devcontainer