Created
May 4, 2015 06:42
-
-
Save spheromak/7a9dc57eef1e96cd8dd2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~FC001 | |
~FC007 | |
~FC017 | |
~FC034 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.un~ | |
*~ | |
*# | |
.*.sw[a-z] | |
.#* | |
\#*# | |
.berkshelf/cookbooks | |
.berkshelf/tmp | |
.bundle/ | |
.colander | |
.kitchen/ | |
.kitchen.local.yml | |
.vagabond | |
.vagrant | |
berks.json | |
bin/ | |
./cookbooks | |
vendor/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AllCops: | |
Include: | |
- metadata.rb | |
- Gemfile | |
- attributes/**/* | |
- recipes/**/* | |
- libraries/**/* | |
- providers/**/* | |
- resources/**/* | |
Exclude: | |
- test/**/* | |
- vendor/**/* | |
Encoding: | |
Exclude: | |
- metadata.rb | |
- Gemfile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Put files/directories that should be ignored in this file when uploading | |
# or sharing to the community site. | |
# Lines that start with '# ' are comments. | |
vendor/* | |
# OS generated files # | |
###################### | |
.DS_Store | |
Icon? | |
nohup.out | |
ehthumbs.db | |
Thumbs.db | |
# SASS # | |
######## | |
.sass-cache | |
# EDITORS # | |
########### | |
\#* | |
.#* | |
*~ | |
*.sw[a-z] | |
*.bak | |
REVISION | |
TAGS* | |
tmtags | |
*_flymake.* | |
*_flymake | |
*.tmproj | |
.project | |
.settings | |
mkmf.log | |
## COMPILED ## | |
############## | |
a.out | |
*.o | |
*.pyc | |
*.so | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*/rdoc/ | |
# Testing # | |
########### | |
.watchr | |
.rspec | |
spec/* | |
spec/fixtures/* | |
test/* | |
features/* | |
Guardfile | |
Procfile | |
# SCM # | |
####### | |
.git | |
*/.git | |
.gitignore | |
.gitmodules | |
.gitconfig | |
.gitattributes | |
.svn | |
*/.bzr/* | |
*/.hg/* | |
*/.svn/* | |
# Berkshelf # | |
############# | |
Berksfile | |
Berksfile.lock | |
cookbooks/* | |
tmp | |
# Cookbooks # | |
############# | |
CONTRIBUTING | |
CHANGELOG* | |
# Strainer # | |
############ | |
Colanderfile | |
Strainerfile | |
.colander | |
.strainer | |
# Vagrant # | |
########### | |
.vagrant | |
Vagrantfile | |
# Travis # | |
########## | |
.travis.yml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment