# Ignore Paths





 





module.exports = {
    plugins: [
      [
        'vuepress-plugin-awesome-gitalk', {
          ignorePaths: ['/ignore/']
        }
      ],
    ],
}