forked from apache/openwhisk-runtime-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
72 lines (60 loc) · 1.1 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
# Whisk
nginx.conf
whisk.properties
default.props
.ant-targets-build.xml
/results/
/logs/
/config/custom-config.xml
results
*.retry
# Environments
/ansible/environments/*
!/ansible/environments/distributed
!/ansible/environments/docker-machine
!/ansible/environments/local
!/ansible/environments/mac
# Eclipse
bin/
**/.project
.settings/
.classpath
.cache-main
.cache-tests
# Linux
*~
# Mac
.DS_Store
# Gradle
.gradle
build/
!/tools/build/
# Python
.ipynb_checkpoints/
*.pyc
# NodeJS
node_modules
# Vagrant
.vagrant*
# IntelliJ
.idea
*.class
*.iml
out/
# Ansible
ansible/environments/docker-machine/hosts
ansible/db_local.ini*
ansible/tmp/*
ansible/roles/nginx/files/openwhisk-client*
ansible/roles/nginx/files/*.csr
ansible/roles/nginx/files/*cert.pem
# .zip files must be explicited whitelisted
*.zip
!tests/dat/actions/blackbox.zip
!tests/dat/actions/helloSwift.zip
!tests/dat/actions/python.zip
!tests/dat/actions/python2_virtualenv.zip
!tests/dat/actions/python3_virtualenv.zip
!tests/dat/actions/python_virtualenv_dir.zip
!tests/dat/actions/python_virtualenv_name.zip
!tests/dat/actions/zippedaction.zip