-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
.gitignore
107 lines (97 loc) · 2.04 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
report_pytest.json
node_modules
.DS_Store
.idea
.vscode
.venv
_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/filter_file_old.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
!Tests/tests_e2e/conftest.py
venv
failed_unittests.txt
.python-version
Scripts/**/__init__.py
Integrations/**/__init__.py
Packs/**/__init__.py
requirements.txt
**/collect_tests.log
.args_command.json
temp/*
artifacts/*
# Environment and reports
.demisto-sdk-conf
.hypothesis
.demisto-sdk-report
.env
.envrc
Packs/**/report_pytest.json
Packs/**/Integrations/**/Pipfile
Packs/**/Integrations/**/Pipfile.lock
Packs/**/Scripts/**/Pipfile.lock
Packs/**/Scripts/**/Pipfile
# coverage related
/coverage_report
.coverage
# devcontainer folders
.devcontainer/certs.crt
.devcontainer/createCommand_unix.sh
**/.devcontainer
!/.devcontainer
# authentication files
*.pem
*.crt
*.key
# neo4j
neo4j-data
# MicroSocks (Potentially harmful)
Packs/Whois/Integrations/Whois/test_data/microsocks
# Precommit configs
.pre-commit
.pre-commit-config-content.yaml
.report.json
.report_pytest.xml
.report_mypy.xml
coverage.xml
Packs/**/Integrations/**/.pytest.ini
Packs/**/Scripts/**/.pytest.ini
pytest_report.json
test_runner.sh
.sourcery_tmp.yaml
testResults.xml
# log files
demisto_sdk_debug.log
demisto_sdk_debug.log.*
*.log
# Ignore Modeling Rules test conf
Packs/**/ModelingRules/**/**/*_testdata.json
# Build files
.cache/
.npm/
pipeline_jobs_folder/