blob: 426c27382a764b238f582010880d590085d58205 [file] [log] [blame]
# 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
!/ansible/environments/vagrant
# 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
# Vagrant
.vagrant*
# 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/*.csr
ansible/roles/controller/files/*.pem
ansible/roles/controller/files/*.key
ansible/roles/controller/files/*.p12
# .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
# dev
intellij-run-config.groovy
# VSCode
.vscode/