-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.kthxbai
59 lines (50 loc) · 1.18 KB
/
.kthxbai
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# kthxbai config file (https://github.com/trentm/node-kthxbai)
# +pragma: rm-self
# Default patterns
**/AUTHORS
**/CONTRIBUTORS
**/README*
**/Readme*
**/readme*
**/TODO*
**/CHANGES.md
**/History.md
**/example
**/examples
**/samples
**/test
**/tests
**/tst
**/doc
**/docs
**/man
**/.travis.yml
# Custom patterns
# Nobody needs your test coverage report in production
**/events-to-array/coverage
**/.nyc_output
# dtrace-provider
**/dtrace-provider/build/{config.gypi,*.target.mk,gyp-flock-tool,binding.Makefile}
**/dtrace-provider/build/Release/{.deps,obj.target,linker.lock}
**/dtrace-provider/!(build|package.json|dtrace-provider.js|LICENSE)
**/dtrace-provider/package.json.rej
# We don't even use yarn here.
**/yarn.lock
# Nor do we use jsstyle or jsl or jshint from npm modules
**/jsl.conf
**/jsl.node.conf
**/jsstyle
**/.jshintrc
# NOPE
**/.idea
**/sprintf-js/demo
**/Makefile
**/Makefile.deps
**/Makefile.targ
# Moment is only here because bunyan uses it for the *CLI*. We don't care about
# that since we're just using the library. Remove the CLI just in case too.
# At the time of this writing "moment" is 25% of the usage in the node_modules
# directory.
**/moment
**/.bin/bunyan
**/bin/bunyan