discord-vscode/.gitignore
Crawl 0195cde103
rewrite (#101)
* rewrite: initial commit

* feat: add constants for live share

* feat: add first letter uppercase

#88

* chore: remove automatic reconnects

* chore: add troubleshooting to readme
2018-11-07 03:53:18 +01:00

22 lines
236 B
Text

# Packages
node_modules/
# Log files
logs/
*.log
# Authentication
# Test files
test/
!test/**/*.ts
# Miscellaneous
.tmp/
.vscode/bookmarks.json
!.vscode/launch.json
!.vscode/tasks.json
.vscode-test/
dist/
typings/
package-lock.json