Skip to content

Commit

Permalink
Prepare for release. Remove dist and lib from git
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdchacha committed May 17, 2022
1 parent 909383d commit cd2b50e
Show file tree
Hide file tree
Showing 218 changed files with 6 additions and 30,045 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.idea
.env
.screenshots
# dist
# lib
dist
lib
*npm-debug*
node_modules
11 changes: 4 additions & 7 deletions .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"linters": {
"*.js": [
"npm run lint --",
"git add"
]
},
"ignore": ["dist/**", "lib/**"]
"*.js": [
"npm run lint --",
"git add"
]
}
Binary file removed dist/audio/incoming.ogg
Binary file not shown.
Binary file removed dist/audio/outgoing.ogg
Binary file not shown.
5 changes: 0 additions & 5 deletions dist/bootstrap/CHANGELOG.md

This file was deleted.

0 comments on commit cd2b50e

Please sign in to comment.