Skip to content

Commit

Permalink
add gitignore to ace-linters
Browse files Browse the repository at this point in the history
  • Loading branch information
mkslanc committed Apr 11, 2023
1 parent bfc57d4 commit 244c088
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ace-linters-root",
"version": "0.8.0",
"version": "0.8.1",
"scripts": {
"build:ace-linters": "cd packages/ace-linters && npm run build",
"build": "npm run build:ace-linters && webpack",
Expand Down
2 changes: 2 additions & 0 deletions packages/ace-linters/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.nyc_output
coverage
2 changes: 1 addition & 1 deletion packages/ace-linters/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ace-linters",
"author": "Azat Alimov <mkslanc@gmail.com>",
"version": "0.8.0",
"version": "0.8.1",
"scripts": {
"clean": "rimraf build",
"build:yaml-language-server": "cd ../yaml-language-server-esbuild && npm run build",
Expand Down

0 comments on commit 244c088

Please sign in to comment.