gitlab.com/thomasboni/go-enry/v2@v2.8.3-0.20220418031202-30b0d7a3de98/internal/code-generator/generator/test_files/vendor.gold (about) 1 // Code generated by gitlab.com/thomasboni/go-enry/v2/internal/code-generator DO NOT EDIT. 2 // Extracted from github/linguist commit: 4ffcdbcbb60a74cbfbd37656bcc3fcea4eca8e26 3 4 package data 5 6 import "gitlab.com/thomasboni/go-enry/v2/regex" 7 8 var VendorMatchers = []regex.EnryRegexp{ 9 regex.MustCompile(`(^|/)cache/`), 10 regex.MustCompile(`^[Dd]ependencies/`), 11 regex.MustCompile(`(^|/)dist/`), 12 regex.MustCompile(`^deps/`), 13 regex.MustCompile(`(^|/)configure$`), 14 regex.MustCompile(`(^|/)config\.guess$`), 15 regex.MustCompile(`(^|/)config\.sub$`), 16 regex.MustCompile(`(^|/)aclocal\.m4`), 17 regex.MustCompile(`(^|/)libtool\.m4`), 18 regex.MustCompile(`(^|/)ltoptions\.m4`), 19 regex.MustCompile(`(^|/)ltsugar\.m4`), 20 regex.MustCompile(`(^|/)ltversion\.m4`), 21 regex.MustCompile(`(^|/)lt~obsolete\.m4`), 22 regex.MustCompile(`(^|/)dotnet-install\.(ps1|sh)$`), 23 regex.MustCompile(`(^|/)cpplint\.py`), 24 regex.MustCompile(`(^|/)node_modules/`), 25 regex.MustCompile(`(^|/)\.yarn/releases/`), 26 regex.MustCompile(`(^|/)\.yarn/plugins/`), 27 regex.MustCompile(`(^|/)\.yarn/sdks/`), 28 regex.MustCompile(`(^|/)\.yarn/versions/`), 29 regex.MustCompile(`(^|/)\.yarn/unplugged/`), 30 regex.MustCompile(`(^|/)_esy$`), 31 regex.MustCompile(`(^|/)bower_components/`), 32 regex.MustCompile(`^rebar$`), 33 regex.MustCompile(`(^|/)erlang\.mk`), 34 regex.MustCompile(`(^|/)Godeps/_workspace/`), 35 regex.MustCompile(`(^|/)testdata/`), 36 regex.MustCompile(`(^|/)\.indent\.pro`), 37 regex.MustCompile(`(\.|-)min\.(js|css)$`), 38 regex.MustCompile(`([^\s]*)import\.(css|less|scss|styl)$`), 39 regex.MustCompile(`(^|/)bootstrap([^/.]*)\.(js|css|less|scss|styl)$`), 40 regex.MustCompile(`(^|/)custom\.bootstrap([^\s]*)(js|css|less|scss|styl)$`), 41 regex.MustCompile(`(^|/)font-?awesome\.(css|less|scss|styl)$`), 42 regex.MustCompile(`(^|/)font-?awesome/.*\.(css|less|scss|styl)$`), 43 regex.MustCompile(`(^|/)foundation\.(css|less|scss|styl)$`), 44 regex.MustCompile(`(^|/)normalize\.(css|less|scss|styl)$`), 45 regex.MustCompile(`(^|/)skeleton\.(css|less|scss|styl)$`), 46 regex.MustCompile(`(^|/)[Bb]ourbon/.*\.(css|less|scss|styl)$`), 47 regex.MustCompile(`(^|/)animate\.(css|less|scss|styl)$`), 48 regex.MustCompile(`(^|/)materialize\.(css|less|scss|styl|js)$`), 49 regex.MustCompile(`(^|/)select2/.*\.(css|scss|js)$`), 50 regex.MustCompile(`(^|/)bulma\.(css|sass|scss)$`), 51 regex.MustCompile(`(3rd|[Tt]hird)[-_]?[Pp]arty/`), 52 regex.MustCompile(`(^|/)vendors?/`), 53 regex.MustCompile(`(^|/)[Ee]xtern(als?)?/`), 54 regex.MustCompile(`(^|/)[Vv]+endor/`), 55 regex.MustCompile(`^debian/`), 56 regex.MustCompile(`(^|/)run\.n$`), 57 regex.MustCompile(`(^|/)bootstrap-datepicker/`), 58 regex.MustCompile(`(^|/)jquery([^.]*)\.js$`), 59 regex.MustCompile(`(^|/)jquery\-\d\.\d+(\.\d+)?\.js$`), 60 regex.MustCompile(`(^|/)jquery\-ui(\-\d\.\d+(\.\d+)?)?(\.\w+)?\.(js|css)$`), 61 regex.MustCompile(`(^|/)jquery\.(ui|effects)\.([^.]*)\.(js|css)$`), 62 regex.MustCompile(`(^|/)jquery\.fn\.gantt\.js`), 63 regex.MustCompile(`(^|/)jquery\.fancybox\.(js|css)`), 64 regex.MustCompile(`(^|/)fuelux\.js`), 65 regex.MustCompile(`(^|/)jquery\.fileupload(-\w+)?\.js$`), 66 regex.MustCompile(`(^|/)jquery\.dataTables\.js`), 67 regex.MustCompile(`(^|/)bootbox\.js`), 68 regex.MustCompile(`(^|/)pdf\.worker\.js`), 69 regex.MustCompile(`(^|/)slick\.\w+.js$`), 70 regex.MustCompile(`(^|/)Leaflet\.Coordinates-\d+\.\d+\.\d+\.src\.js$`), 71 regex.MustCompile(`(^|/)leaflet\.draw-src\.js`), 72 regex.MustCompile(`(^|/)leaflet\.draw\.css`), 73 regex.MustCompile(`(^|/)Control\.FullScreen\.css`), 74 regex.MustCompile(`(^|/)Control\.FullScreen\.js`), 75 regex.MustCompile(`(^|/)leaflet\.spin\.js`), 76 regex.MustCompile(`(^|/)wicket-leaflet\.js`), 77 regex.MustCompile(`(^|/)\.sublime-project`), 78 regex.MustCompile(`(^|/)\.sublime-workspace`), 79 regex.MustCompile(`(^|/)\.vscode/`), 80 regex.MustCompile(`(^|/)prototype(.*)\.js$`), 81 regex.MustCompile(`(^|/)effects\.js$`), 82 regex.MustCompile(`(^|/)controls\.js$`), 83 regex.MustCompile(`(^|/)dragdrop\.js$`), 84 regex.MustCompile(`(.*?)\.d\.ts$`), 85 regex.MustCompile(`(^|/)mootools([^.]*)\d+\.\d+.\d+([^.]*)\.js$`), 86 regex.MustCompile(`(^|/)dojo\.js$`), 87 regex.MustCompile(`(^|/)MochiKit\.js$`), 88 regex.MustCompile(`(^|/)yahoo-([^.]*)\.js$`), 89 regex.MustCompile(`(^|/)yui([^.]*)\.js$`), 90 regex.MustCompile(`(^|/)ckeditor\.js$`), 91 regex.MustCompile(`(^|/)tiny_mce([^.]*)\.js$`), 92 regex.MustCompile(`(^|/)tiny_mce/(langs|plugins|themes|utils)`), 93 regex.MustCompile(`(^|/)ace-builds/`), 94 regex.MustCompile(`(^|/)fontello(.*?)\.css$`), 95 regex.MustCompile(`(^|/)MathJax/`), 96 regex.MustCompile(`(^|/)Chart\.js$`), 97 regex.MustCompile(`(^|/)[Cc]ode[Mm]irror/(\d+\.\d+/)?(lib|mode|theme|addon|keymap|demo)`), 98 regex.MustCompile(`(^|/)shBrush([^.]*)\.js$`), 99 regex.MustCompile(`(^|/)shCore\.js$`), 100 regex.MustCompile(`(^|/)shLegacy\.js$`), 101 regex.MustCompile(`(^|/)angular([^.]*)\.js$`), 102 regex.MustCompile(`(^|\/)d3(\.v\d+)?([^.]*)\.js$`), 103 regex.MustCompile(`(^|/)react(-[^.]*)?\.js$`), 104 regex.MustCompile(`(^|/)flow-typed/.*\.js$`), 105 regex.MustCompile(`(^|/)modernizr\-\d\.\d+(\.\d+)?\.js$`), 106 regex.MustCompile(`(^|/)modernizr\.custom\.\d+\.js$`), 107 regex.MustCompile(`(^|/)knockout-(\d+\.){3}(debug\.)?js$`), 108 regex.MustCompile(`(^|/)docs?/_?(build|themes?|templates?|static)/`), 109 regex.MustCompile(`(^|/)admin_media/`), 110 regex.MustCompile(`(^|/)env/`), 111 regex.MustCompile(`(^|/)fabfile\.py$`), 112 regex.MustCompile(`(^|/)waf$`), 113 regex.MustCompile(`(^|/)\.osx$`), 114 regex.MustCompile(`\.xctemplate/`), 115 regex.MustCompile(`\.imageset/`), 116 regex.MustCompile(`(^|/)Carthage/`), 117 regex.MustCompile(`(^|/)Sparkle/`), 118 regex.MustCompile(`(^|/)Crashlytics\.framework/`), 119 regex.MustCompile(`(^|/)Fabric\.framework/`), 120 regex.MustCompile(`(^|/)BuddyBuildSDK\.framework/`), 121 regex.MustCompile(`(^|/)Realm\.framework`), 122 regex.MustCompile(`(^|/)RealmSwift\.framework`), 123 regex.MustCompile(`(^|/)\.gitattributes$`), 124 regex.MustCompile(`(^|/)\.gitignore$`), 125 regex.MustCompile(`(^|/)\.gitmodules$`), 126 regex.MustCompile(`(^|/)gradlew$`), 127 regex.MustCompile(`(^|/)gradlew\.bat$`), 128 regex.MustCompile(`(^|/)gradle/wrapper/`), 129 regex.MustCompile(`(^|/)mvnw$`), 130 regex.MustCompile(`(^|/)mvnw\.cmd$`), 131 regex.MustCompile(`(^|/)\.mvn/wrapper/`), 132 regex.MustCompile(`-vsdoc\.js$`), 133 regex.MustCompile(`\.intellisense\.js$`), 134 regex.MustCompile(`(^|/)jquery([^.]*)\.validate(\.unobtrusive)?\.js$`), 135 regex.MustCompile(`(^|/)jquery([^.]*)\.unobtrusive\-ajax\.js$`), 136 regex.MustCompile(`(^|/)[Mm]icrosoft([Mm]vc)?([Aa]jax|[Vv]alidation)(\.debug)?\.js$`), 137 regex.MustCompile(`(^|/)[Pp]ackages\/.+\.\d+\/`), 138 regex.MustCompile(`(^|/)extjs/.*?\.js$`), 139 regex.MustCompile(`(^|/)extjs/.*?\.xml$`), 140 regex.MustCompile(`(^|/)extjs/.*?\.txt$`), 141 regex.MustCompile(`(^|/)extjs/.*?\.html$`), 142 regex.MustCompile(`(^|/)extjs/.*?\.properties$`), 143 regex.MustCompile(`(^|/)extjs/\.sencha/`), 144 regex.MustCompile(`(^|/)extjs/docs/`), 145 regex.MustCompile(`(^|/)extjs/builds/`), 146 regex.MustCompile(`(^|/)extjs/cmd/`), 147 regex.MustCompile(`(^|/)extjs/examples/`), 148 regex.MustCompile(`(^|/)extjs/locale/`), 149 regex.MustCompile(`(^|/)extjs/packages/`), 150 regex.MustCompile(`(^|/)extjs/plugins/`), 151 regex.MustCompile(`(^|/)extjs/resources/`), 152 regex.MustCompile(`(^|/)extjs/src/`), 153 regex.MustCompile(`(^|/)extjs/welcome/`), 154 regex.MustCompile(`(^|/)html5shiv\.js$`), 155 regex.MustCompile(`(^|/)[Tt]ests?/fixtures/`), 156 regex.MustCompile(`(^|/)[Ss]pecs?/fixtures/`), 157 regex.MustCompile(`(^|/)cordova([^.]*)\.js$`), 158 regex.MustCompile(`(^|/)cordova\-\d\.\d(\.\d)?\.js$`), 159 regex.MustCompile(`(^|/)foundation(\..*)?\.js$`), 160 regex.MustCompile(`(^|/)Vagrantfile$`), 161 regex.MustCompile(`(^|/)\.[Dd][Ss]_[Ss]tore$`), 162 regex.MustCompile(`(^|/)vignettes/`), 163 regex.MustCompile(`(^|/)inst/extdata/`), 164 regex.MustCompile(`(^|/)octicons\.css`), 165 regex.MustCompile(`(^|/)sprockets-octicons\.scss`), 166 regex.MustCompile(`(^|/)activator$`), 167 regex.MustCompile(`(^|/)activator\.bat$`), 168 regex.MustCompile(`(^|/)proguard\.pro$`), 169 regex.MustCompile(`(^|/)proguard-rules\.pro$`), 170 regex.MustCompile(`(^|/)puphpet/`), 171 regex.MustCompile(`(^|/)\.google_apis/`), 172 regex.MustCompile(`(^|/)Jenkinsfile$`), 173 regex.MustCompile(`(^|/)\.gitpod\.Dockerfile$`), 174 }