Skip to content

Instantly share code, notes, and snippets.

@xavi7th
xavi7th / format-detection.html
Created May 6, 2020 04:23 — forked from yuezk/format-detection.html
HTML format-detection meta tag
<meta name="format-detection" content="telephone=no">
<meta name="format-detection" content="date=no">
<meta name="format-detection" content="address=no">
<meta name="format-detection" content="email=no">
@xavi7th
xavi7th / .gitignore
Created October 22, 2017 09:55 — forked from hieblmedia/.gitignore
Gitignore - Exclude all except specific subdirectory
#
# If all files excluded and you will include only specific sub-directories
# the parent path must matched before.
#
/**
!/.gitignore
###############################
# Un-ignore the affected subdirectory