소스 검색

added template for Puppet modules

Co-Authored-By: Mario Finelli <mfinelli@users.noreply.github.com>
Brendan Forster 6 년 전
부모
커밋
40522d5bf7
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. 16 0
      community/Puppet.gitignore

+ 16 - 0
community/Puppet.gitignore

@@ -0,0 +1,16 @@
+# gitignore template for Puppet modules
+# website: https://forge.puppet.com/
+
+# Built packages
+pkg/*
+
+# Should run on multiple platforms so don't check in
+Gemfile.lock
+
+# Tests
+spec/fixtures/*
+coverage/*
+
+# Third-party
+vendor/*
+.bundle/*