TEXT   211
Export default ignores config
Guest on 27th November 2024 08:35:43 AM


  1. export default [
  2.     {
  3.         ignores: [".config/*",
  4.            "build/**/*",
  5.             "/mylibrary/"
  6.        ]
  7.     }
  8. ];

Raw Paste

Login or Register to edit or fork this paste. It's free.