Skip to content

Commit

Permalink
🙈 🔧 add eslintignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Aboudjem committed Sep 7, 2023
1 parent 024d8f6 commit 781ea63
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Ignore node_modules in the root and in all packages
**/node_modules/

# Ignore build or dist directories
**/dist/
**/build/
**/coverage/

# Ignore any auto-generated files
**/typechain/

# Ignore any config files
*.config.js
*.config.ts

0 comments on commit 781ea63

Please sign in to comment.