Initial commit

This commit is contained in:
TheEssem 2019-09-13 15:02:41 -05:00
commit c33a86eb4c
132 changed files with 5860 additions and 0 deletions

38
.gitignore vendored Normal file
View file

@ -0,0 +1,38 @@
cache/
data/
appold.js
migrate.js
config.json
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pids
*.pid
*.seed
*.pid.lock
lib-cov
coverage
.nyc_output
.grunt
bower_components
.lock-wscript
build/Release
node_modules/
jspm_packages/
typings/
.npm
.eslintcache
.node_repl_history
*.tgz
.yarn-integrity
.env
.next
.ftpconfig
coverage.lcov
bannedusers.json
*.code-workspace
todo.txt
tweets.json
.vscode/