mirror of
https://gh.wpcy.net/https://github.com/presscustomizr/hueman.git
synced 2026-04-27 02:52:29 +08:00
53 lines
No EOL
782 B
Text
53 lines
No EOL
782 B
Text
# OS generated files #
|
|
# source : https://gist.github.com/octocat/9257657
|
|
######################
|
|
.DS_Store
|
|
.DS_Store?
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# PATCHES
|
|
patches/
|
|
|
|
# GRUNT
|
|
node_modules/
|
|
.ftpauth
|
|
assets/czr/fmk
|
|
npm-debug.log
|
|
|
|
# TRAVIS
|
|
.travis.yml
|
|
|
|
# PHP_CodeSniffer
|
|
PHP_CodeSniffer/
|
|
|
|
# BUILD
|
|
build/
|
|
|
|
|
|
# WPCS
|
|
wpcs/
|
|
|
|
# EXEMPLE OF ADVANCED CONFIG WITH FOLDER
|
|
# Ignore everything:
|
|
# *
|
|
|
|
# UNIT TESTS
|
|
# bin/
|
|
# tests/
|
|
|
|
# Travis
|
|
travis-examples/
|
|
|
|
# Except for the themes directories:
|
|
# !wordpress/
|
|
# !wordpress/*/
|
|
# !wordpress/*/wp-content/
|
|
# !wordpress/*/wp-content/themes/
|
|
# !wordpress/*/wp-content/themes/*
|
|
# !wordpress/*/wp-content/themes/*/*
|
|
# !wordpress/*/wp-content/themes/*/*/*
|
|
# !wordpress/*/wp-content/themes/*/*/*/*
|
|
# !wordpress/*/wp-content/themes/*/*/*/*/* |