Skip to content

Commit

Permalink
Merge pull request #14 from tentone/development
Browse files Browse the repository at this point in the history
Ignore docs and build folder for the github stats
  • Loading branch information
tentone committed May 19, 2021
2 parents dddfe41 + 086d23e commit b6aebac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitattributes
@@ -0,0 +1,2 @@
build/* linguist-vendored
docs/* linguist-documentation
2 changes: 1 addition & 1 deletion .github/workflows/lint.workflow.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
run: npm install

- name: Build Project
run: npm run build-dev
run: npm run build

eslint:
name: ES Lint
Expand Down

0 comments on commit b6aebac

Please sign in to comment.