Skip to content

Commit

Permalink
chore: ignore resources
Browse files Browse the repository at this point in the history
  • Loading branch information
sLeeNguyen committed Jan 30, 2022
1 parent 82671a9 commit a94ec57
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ build/
dist/
node_modules/
.snapshots/
*.min.js
*.min.js
resources/
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ LICENSE
*.lock
yarn-error.log
.history
CNAME
CNAME
resources/
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"noEmit": true
},
"include": ["src"],
"exclude": ["node_modules", "dist", "example"]
"exclude": ["node_modules", "dist", "example", "resources"]
}

0 comments on commit a94ec57

Please sign in to comment.