lbry-wunderbot/.gitignore
filipnyquist 6a13432247 Started with adding plugins to the new wunderbot, as this is quite a big update this commit contains:
* Remade commands: price, rank, userinfo,hash,lbrylink, releasenotes, stats, supportbot.
* Added modlogs and settings for modlogs.
* Commands can now be locked to channels with the locktochannel module.
* customCommand/triggers can be saved in mongodb and edited on the fly, the bot will always use the latest messages.

This commit does not contain:
* A working claimbot, the new implantation with chainquery is on the way, this will be a seperate issue.
* A working webinterface, therefor, some items does not work, this will be a seperate issue.

This means that this code should remain in the wunderbot-v2 branch until a working webinterface where we can control the custom triggers/commands and other settings for the bot.
2018-07-18 15:41:00 +02:00

70 lines
1 KiB
Text

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# 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
# Bower dependency directory (https://bower.io/)
bower_components
# node-waf configuration
.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules/
jspm_packages/
# Typescript v1 declaration files
typings/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
dist/
dist/*
.vscode/
.idea
.idea/*
###################################
# Ignore config directory
config/*
# Besides examples
!config/*.example.json