mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 04:18:48 +00:00
71 lines
1.0 KiB
YAML
71 lines
1.0 KiB
YAML
# Vendored files and directories are excluded from language
|
|
# statistics.
|
|
#
|
|
# Lines in this file are Regexps that are matched against the file
|
|
# pathname.
|
|
#
|
|
# Please add additional test coverage to
|
|
# `test/test_blob.rb#test_vendored` if you make any changes.
|
|
|
|
## Vendor Conventions ##
|
|
|
|
# Caches
|
|
- cache
|
|
|
|
# C deps
|
|
# https://github.com/joyent/node
|
|
- ^deps/
|
|
- ^tools/
|
|
|
|
# Node depedencies
|
|
- ^node_modules/
|
|
|
|
# Rails vendor/
|
|
- ^vendor/
|
|
|
|
|
|
## Commonly Bundled JavaScript frameworks ##
|
|
|
|
# jQuery
|
|
- (^|/)jquery([^.]*)(\.min)?\.js$
|
|
- (^|/)jquery\-\d\.\d\.\d(\.min)?\.js$
|
|
|
|
# Prototype
|
|
- (^|/)prototype(.*)\.js$
|
|
- (^|/)effects\.js$
|
|
- (^|/)controls\.js$
|
|
- (^|/)dragdrop\.js$
|
|
|
|
# MooTools
|
|
- (^|/)mootools([^.]*)\d+\.\d+.\d+([^.]*)\.js$
|
|
|
|
# Dojo
|
|
- (^|/)dojo\.js$
|
|
|
|
# MochiKit
|
|
- (^|/)MochiKit\.js$
|
|
|
|
# YUI
|
|
- (^|/)yahoo-([^.]*)\.js$
|
|
- (^|/)yui([^.]*)\.js$
|
|
|
|
# LESS css
|
|
- (^|/)less([^.]*)(\.min)?\.js$
|
|
- (^|/)less\-\d+\.\d+\.\d+(\.min)?\.js$
|
|
|
|
# WYS editors
|
|
- (^|/)ckeditor\.js$
|
|
- (^|/)tiny_mce([^.]*)\.js$
|
|
|
|
|
|
## Python ##
|
|
|
|
# Fabric
|
|
- ^fabfile\.py$
|
|
|
|
|
|
## Obj-C ##
|
|
|
|
# Sparkle
|
|
- (^|/)Sparkle/
|