Initial commit
This commit is contained in:
commit
c33a86eb4c
132 changed files with 5860 additions and 0 deletions
38
.gitignore
vendored
Normal file
38
.gitignore
vendored
Normal 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/
|
Loading…
Add table
Add a link
Reference in a new issue