Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copyrightconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ startyear: 2015
# - Dotfiles already skipped automatically
# Enable by removing the leading '# ' from the next line and editing values.
# filesexcluded: third_party/*, docs/generated/*.md, assets/*.png, scripts/temp_*.py, vendor/lib.js
filesexcluded: .github/*, README.md, Jenkinsfile, package.json, package-lock.json, test-app/*, *.md, docker-compose.yaml, test-complete-app/*, test-complete-app-mlDeploy/*
filesexcluded: .github/*, README.md, Jenkinsfile, package.json, package-lock.json, test-app/*, *.md, docker-compose.yaml, test-complete-app-mlDeploy/*
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@ test-app/.gradle
test-app/gradle-local.properties
test-app/docker
test-app/containerLogs
test-complete-app/build
test-complete-app/.gradle
test-complete-app-mlDeploy/build
test-complete-app-mlDeploy/.gradle
test-complete-app-mlDeploy/.gradle
3 changes: 1 addition & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ test-app/
test-basic/
test-basic-proxy/
test-complete/
test-complete-app/
test-complete-proxy/
wiki_images/
CONTRIBUTING.md
gulpfile.js
Jenkinsfile
.jshintrc
jsdoc.json
jsdoc.json
Loading