0195cde103
* rewrite: initial commit * feat: add constants for live share * feat: add first letter uppercase #88 * chore: remove automatic reconnects * chore: add troubleshooting to readme
22 lines
236 B
Text
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
|