mirror of
https://github.com/Permissionless-Software-Foundation/ipfs-bch-wallet-service.git
synced 2026-09-21 16:52:03 -07:00
74 lines
1.1 KiB
Plaintext
74 lines
1.1 KiB
Plaintext
|
|
|
|
# Created by https://www.gitignore.io/api/node,sublimetext
|
|
|
|
### Node ###
|
|
# Logs
|
|
#logs
|
|
logs/*.json
|
|
*.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
|
|
|
|
# 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
|
|
node_modules
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|
|
|
|
|
|
### SublimeText ###
|
|
# cache files for sublime text
|
|
*.tmlanguage.cache
|
|
*.tmPreferences.cache
|
|
*.stTheme.cache
|
|
|
|
# workspace files are user-specific
|
|
*.sublime-workspace
|
|
|
|
# project files should be checked into the repository, unless a significant
|
|
# proportion of contributors will probably not be using SublimeText
|
|
*.sublime-project
|
|
|
|
# sftp configuration file
|
|
sftp-config.json
|
|
|
|
#Documentation
|
|
docs
|
|
|
|
.nyc_output
|
|
coverage
|
|
database/
|
|
system-user-*.json
|
|
orbitdb
|
|
ipfsdata
|
|
.ipfsdata
|
|
ipfs-service-provider.sh
|
|
start-bch-wallet-service.sh
|
|
data/
|
|
run-dev.sh
|
|
|
|
!README.md
|