選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

chefignore 156B

1234567891011
  1. # Put files/directories that should be ignored in this file.
  2. # Lines that start with '# ' are comments.
  3. # emacs
  4. *~
  5. # vim
  6. *.sw[a-z]
  7. # subversion
  8. */.svn/*