github.com/go-chef/chef@v0.30.1/test_chef_server/chefignore (about)

     1  # Put files/directories that should be ignored in this file when uploading
     2  # to a chef-server or supermarket.
     3  # Lines that start with '# ' are comments.
     4  
     5  # OS generated files #
     6  ######################
     7  .DS_Store
     8  Icon?
     9  nohup.out
    10  ehthumbs.db
    11  Thumbs.db
    12  
    13  # SASS #
    14  ########
    15  .sass-cache
    16  
    17  # EDITORS #
    18  ###########
    19  \#*
    20  .#*
    21  *~
    22  *.sw[a-z]
    23  *.bak
    24  REVISION
    25  TAGS*
    26  tmtags
    27  *_flymake.*
    28  *_flymake
    29  *.tmproj
    30  .project
    31  .settings
    32  mkmf.log
    33  
    34  ## COMPILED ##
    35  ##############
    36  a.out
    37  *.o
    38  *.pyc
    39  *.so
    40  *.com
    41  *.class
    42  *.dll
    43  *.exe
    44  */rdoc/
    45  
    46  # Testing #
    47  ###########
    48  .watchr
    49  .rspec
    50  spec/*
    51  spec/fixtures/*
    52  test/*
    53  features/*
    54  examples/*
    55  Guardfile
    56  Procfile
    57  .kitchen*
    58  .rubocop.yml
    59  spec/*
    60  Rakefile
    61  .travis.yml
    62  .foodcritic
    63  .codeclimate.yml
    64  
    65  # SCM #
    66  #######
    67  .git
    68  */.git
    69  .gitignore
    70  .gitmodules
    71  .gitconfig
    72  .gitattributes
    73  .svn
    74  */.bzr/*
    75  */.hg/*
    76  */.svn/*
    77  
    78  # Berkshelf #
    79  #############
    80  Berksfile
    81  Berksfile.lock
    82  cookbooks/*
    83  tmp
    84  
    85  # Policyfile #
    86  ##############
    87  Policyfile.rb
    88  Policyfile.lock.json
    89  
    90  # Cookbooks #
    91  #############
    92  CONTRIBUTING*
    93  CHANGELOG*
    94  TESTING*
    95  MAINTAINERS.toml
    96  
    97  # Strainer #
    98  ############
    99  Colanderfile
   100  Strainerfile
   101  .colander
   102  .strainer
   103  
   104  # Vagrant #
   105  ###########
   106  .vagrant
   107  Vagrantfile