forked from apache/openwhisk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
99 lines (85 loc) · 1.89 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
# Whisk
nginx.conf
whisk.properties
whisk.conf
default.props
/tests/src/test/resources/application.conf
.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
*~
*.swp
# Mac
.DS_Store
# Gradle
.gradle
build/
!/tools/build/
# Python
.ipynb_checkpoints/
*.pyc
# NodeJS
node_modules
# IntelliJ
.idea
*.class
*.iml
out/
# Ansible
ansible/environments/docker-machine/hosts
ansible/environments/local/hosts
ansible/db_local.ini*
ansible/tmp/*
ansible/roles/nginx/files/openwhisk-client*
ansible/roles/nginx/files/*.csr
ansible/roles/nginx/files/*.p12
ansible/roles/nginx/files/*cert.pem
ansible/roles/nginx/files/*p12
ansible/roles/kafka/files/*
ansible/roles/controller/files/*
ansible/roles/invoker/files/*
# .zip files must be explicited whitelisted
*.zip
tests/dat/actions/zippedaction/node_modules
tests/dat/actions/sleep.jar
tests/dat/actions/blackbox.zip
tests/dat/actions/python.zip
tests/dat/actions/zippedaction.zip
tests/dat/actions/zippedaction/node_modules
tests/dat/actions/python2_virtualenv.zip
tests/dat/actions/python_virtualenv/virtualenv
tests/dat/actions/.built
tests/dat/actions/unicode.tests/java-8.bin
tests/performance/gatling_tests/src/gatling/resources/data/javaAction.jar
tests/performance/gatling_tests/.built
# dev
intellij-run-config.groovy
# VSCode
.vscode/
# route management
core/routemgmt/createApi/apigw-utils.js
core/routemgmt/createApi/package-lock.json
core/routemgmt/createApi/utils.js
core/routemgmt/deleteApi/apigw-utils.js
core/routemgmt/deleteApi/package-lock.json
core/routemgmt/deleteApi/utils.js
core/routemgmt/getApi/apigw-utils.js
core/routemgmt/getApi/package-lock.json
core/routemgmt/getApi/utils.js