Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Commit

Permalink
[ci] Ignore .github, .vscode, and .idea
Browse files Browse the repository at this point in the history
  • Loading branch information
Noel committed Nov 18, 2020
1 parent 82859d3 commit 3e9478e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
# We ignore node modules, the build that TypeScript creates and the root directory
# because it's mostly modifying the source code, not really these folder/files
- 'node_modules/**'
- '.github/**'
- '.vscode/**'
- '.idea/**'
- 'build/**'
- '.eslintrc.json'
- '.gitignore'
Expand All @@ -21,6 +24,9 @@ on:
# We ignore node modules, the build that TypeScript creates and the root directory
# because it's mostly modifying the source code, not really these folder/files
- 'node_modules/**'
- '.github/**'
- '.vscode/**'
- '.idea/**'
- 'build/**'
- '.eslintrc.json'
- '.gitignore'
Expand Down

0 comments on commit 3e9478e

Please sign in to comment.