forked from demisto/content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
38 lines (38 loc) · 913 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
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