-
-
Notifications
You must be signed in to change notification settings - Fork 368
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (50 loc) · 662 Bytes
/
.gitignore
File metadata and controls
56 lines (50 loc) · 662 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
*.rbc
.config
InstalledFiles
pkg
test/tmp
test/version_tmp
tmp
_Store
*~
*#
.#*
\#*#
*.un~
*.tmp
*.bk
*.bkup
# editor files
.idea
.*.sw[a-z]
# ruby/bundler/rspec files
.ruby-version
.ruby-gemset
.rvmrc
Gemfile.lock
.bundle
*.gem
coverage
spec/reports
# YARD / rdoc artifacts
.yardoc
_yardoc
doc/
rdoc
# chef infra stuff
Berksfile.lock
.kitchen
kitchen.local.yml
vendor/
.coverage/
.zero-knife.rb
Policyfile.lock.json
# vagrant stuff
.vagrant/
.vagrant.d/
# beads issue tracking runtime files (socket files cause Berkshelf issues)
# The .beads/ directory itself is tracked, but runtime files are not
.beads/bd.sock
.beads/*.db
.beads/*.db-*
.beads/daemon.*