mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-18 20:07:44 +00:00
* Revert "Update dial.js (#1243)"
This reverts commit 259dedcded.
* add to .gitignore
* when we receive a REFER on the parent leg, after adulting the child the dial task in the parent session should end
50 lines
749 B
Plaintext
50 lines
749 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
|
|
.claude/
|
|
CLAUDE.md
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
|
|
# github pages site
|
|
_site
|
|
|
|
#transient test cases
|
|
examples/nosave.*.js
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
lib-cov
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
.nyc_output/
|
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
.grunt
|
|
|
|
# node-waf configuration
|
|
.lock-wscript
|
|
|
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
build/Release
|
|
|
|
# Dependency directory
|
|
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
|
|
node_modules
|
|
|
|
.DS_Store
|
|
|
|
examples/*
|
|
|
|
ecosystem.config.js
|
|
.vscode
|
|
test/credentials/*.json
|
|
run-tests.sh
|
|
run-coverage.sh
|
|
.vscode
|
|
.env
|