-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdefaults.yml
More file actions
32 lines (32 loc) · 793 Bytes
/
defaults.yml
File metadata and controls
32 lines (32 loc) · 793 Bytes
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
directories:
- "**/.circleci"
- "**/.config"
- "**/.idea"
- "**/.yardoc"
- "**/.{git,github}"
- "**/.{npm,yarn}"
- "Gemfile"
- "Rakefile"
- "coverage"
- "spec"
- "test"
files:
- "**/.DS_Store"
- "**/*.{c,cpp,h,hpp,java,log,markdown,md,mk,o,orig,rdoc,txt}"
- "**/gem_make.out"
- "**/Makefile"
- "**/TAGS"
- "**/*.{gcov,gem}"
- "**/*.{log,markdown,md,rdoc,txt,yardopts}"
- "**/*.{bak,orig}"
- "**/{CHANGELOG,CHANGES,LICENSE,MIT-LICENSE,NEWS,README,TODO}"
- "**/.{gitkeep,gitignore,gitmodules}"
- "**/.keep"
- "**/{Dockerfile,.dockerignore}"
- "**/Guardfile"
- "**/.{appveyor,codeclimate,hound,travis}.yml"
- "**/.{ruby-gemset,ruby-version,rvm}"
- "**/.{rspec,rspec_status}"
- "**/.npmignore"
- "**/.rubocop.yml"
- "**/.byebug_history"