mirror of
https://github.com/10h30/genesis-simple-sidebars.git
synced 2026-07-18 05:53:26 +09:00
Introducing coding standards validation.
This commit is contained in:
committed by
Nathan Rice
parent
6e40c921ab
commit
fd504d41ac
@@ -0,0 +1,26 @@
|
||||
#
|
||||
# Exclude these files from release archives.
|
||||
# This will also make them unavailable when using Composer with `--prefer-dist`.
|
||||
# If you develop for WPCS using Composer, use `--prefer-source`.
|
||||
# https://blog.madewithlove.be/post/gitattributes/
|
||||
#
|
||||
/.travis.yml export-ignore
|
||||
/.phpcs.xml.dist export-ignore
|
||||
/phpunit.xml.dist export-ignore
|
||||
/.github export-ignore
|
||||
/bin export-ignore
|
||||
/Test export-ignore
|
||||
/WordPress/Tests export-ignore
|
||||
|
||||
#
|
||||
# Auto detect text files and perform LF normalization
|
||||
# http://davidlaing.com/2012/09/19/customise-your-gitattributes-to-become-a-git-ninja/
|
||||
#
|
||||
* text=auto
|
||||
|
||||
#
|
||||
# The above will handle all files NOT found below
|
||||
#
|
||||
*.md text
|
||||
*.php text
|
||||
*.inc text
|
||||
Reference in New Issue
Block a user