mirror of
https://github.com/github/gitignore
synced 2024-11-26 05:34:21 +01:00
32 lines
280 B
Plaintext
32 lines
280 B
Plaintext
*~
|
|
*#
|
|
.#*
|
|
\#*#
|
|
.*.sw[a-z]
|
|
*.un~
|
|
*.bak
|
|
.DS_Store
|
|
test/.DS_Store
|
|
|
|
# Bundler
|
|
Gemfile.lock
|
|
gems.locked
|
|
bin/*
|
|
.bundle/*
|
|
|
|
# test kitchen
|
|
.kitchen/
|
|
.kitchen.local.yml
|
|
|
|
# Chef
|
|
Berksfile.lock
|
|
.zero-knife.rb
|
|
Policyfile.lock.json
|
|
/cookbooks
|
|
|
|
# VS Code
|
|
.vscode
|
|
|
|
# Vagrant
|
|
package.box
|
|
.vagrant |