]> source.dussan.org Git - gitignore.git/commitdiff
added community template for PHP CodeSniffer
authorBrendan Forster <github@brendanforster.com>
Sun, 28 Oct 2018 21:16:14 +0000 (18:16 -0300)
committerBrendan Forster <github@brendanforster.com>
Sun, 28 Oct 2018 21:17:26 +0000 (18:17 -0300)
Co-Authored-By: moltra <strickland41@live.marshall.edu>
community/PHP/CodeSniffer.gitignore [new file with mode: 0644]

diff --git a/community/PHP/CodeSniffer.gitignore b/community/PHP/CodeSniffer.gitignore
new file mode 100644 (file)
index 0000000..e2d9e30
--- /dev/null
@@ -0,0 +1,7 @@
+# gitignore for the PHP Codesniffer framework
+# website: https://github.com/squizlabs/PHP_CodeSniffer
+#
+# Recommended template: PHP.gitignore
+
+/vendor/*
+/wpcs/*
\ No newline at end of file