49 строки
577 B
Plaintext
49 строки
577 B
Plaintext
# Put files/directories that should be ignored in this file when uploading
|
|
# or sharing to the community site.
|
|
# Lines that start with '# ' are comments.
|
|
|
|
# OS generated files #
|
|
######################
|
|
.DS_Store
|
|
Icon?
|
|
nohup.out
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
|
|
# Testing #
|
|
###########
|
|
.rspec
|
|
.rubocop.yml
|
|
spec/*
|
|
spec/fixtures/*
|
|
test/*
|
|
features/*
|
|
examples/*
|
|
Guardfile
|
|
Procfile
|
|
test/*
|
|
spec/*
|
|
.kitchen.yml
|
|
|
|
# SCM #
|
|
#######
|
|
.git
|
|
*/.git
|
|
.gitignore
|
|
|
|
|
|
# Berkshelf #
|
|
#############
|
|
Berksfile
|
|
Berksfile.lock
|
|
|
|
# Cookbooks #
|
|
#############
|
|
CONTRIBUTING*
|
|
CHANGELOG*
|
|
|
|
# Travis #
|
|
##########
|
|
.travis.yml
|