2016-09-30 16:33:38 +00:00
|
|
|
node_modules.*
|
2018-06-14 22:15:07 +00:00
|
|
|
*.*.sw*
|
2018-06-29 20:51:56 +00:00
|
|
|
etc/acme/
|
2018-06-15 21:20:41 +00:00
|
|
|
bin/node
|
|
|
|
bin/npm
|
|
|
|
bin/npx
|
|
|
|
bin/telebit
|
|
|
|
bin/telebitd
|
|
|
|
bin/telebit_uninstall
|
2018-06-26 05:37:51 +00:00
|
|
|
usr/share/dist/Library/LaunchDaemons/cloud.telebit.remote.plist
|
|
|
|
usr/share/dist/etc/skel/Library/LaunchAgents/cloud.telebit.remote.plist
|
|
|
|
usr/share/dist/etc/systemd/system/telebit.service
|
|
|
|
usr/share/dist/etc/skel/.config/systemd/user/telebit.service
|
2018-06-24 00:35:33 +00:00
|
|
|
./etc/
|
|
|
|
./include/
|
|
|
|
./share/
|
2016-09-30 16:33:38 +00:00
|
|
|
|
2016-09-22 00:42:26 +00:00
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
|
|
|
|
# Runtime data
|
|
|
|
pids
|
|
|
|
*.pid
|
|
|
|
*.seed
|
|
|
|
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
|
|
lib-cov
|
|
|
|
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
|
|
coverage
|
|
|
|
|
|
|
|
# nyc test 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 directories
|
|
|
|
node_modules
|
|
|
|
jspm_packages
|
|
|
|
|
|
|
|
# Optional npm cache directory
|
|
|
|
.npm
|
|
|
|
|
|
|
|
# Optional REPL history
|
|
|
|
.node_repl_history
|