Skip to content

Commit

Permalink
add ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
gferraro committed Aug 26, 2024
1 parent fd11601 commit ecca03e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ static/js/audiorecording.js
static/js/audiorecording.js.map
go.work
go.work.sum
node_modules
package-lock.json
package.json
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build: install-packr install-typescript
install-typescript:
npm install -g typescript
npm install -g rollup
npm i -g @types/jquery
npm i @types/jquery
npx tsc

.PHONY: release
Expand Down

0 comments on commit ecca03e

Please sign in to comment.