forked from nsacyber/WALKOFF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
55 lines (55 loc) · 802 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
50
51
52
53
54
55
*.bak
*.egg
*.iml
*.ipynb
*.key_secret
*.key
*.pem
*.py[co]
*.sw[ponm]
*~
.DS_Store
.certificates/
.coverage/
.idea/
.ipynb_checkpoints/
.vscode/
__pycache__/
apps/*
coverage.*
data/*.db
data/*.db-journal
npm-debug.log
api_gateway/api/composed_api.yaml
api_gateway/api/client_api.yaml
api_gateway/client/node_modules/
api_gateway/client/build/
api_gateway/client/coverage/
api/api/composed_api.yaml
api/api/client_api.yaml
api/client/node_modules/
api/client/build/
api/client/coverage/
socketio/node_modules/
!apps/*.py
!interfaces/*.py
!interfaces/*.pytests/tmp/*
data/cache/
*.key
*.crt
*.db
*.ini
data/registry/
data/postgres/
data/redis/
data/portainer/
data/minio/
app_sdk/walkoff_app_sdk.egg-info
venv/
*.unison.*
tmp-compose.yml
.pytest_cache
.python-version
.coverage
temp_apps/
rebuilt_apps/