This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################ | |
# Node | |
################################################################################ | |
node_modules | |
################################################################################ | |
# Compiled Directories & Files | |
################################################################################ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################ | |
# Docker | |
################################################################################ | |
.dockerignore | |
docker-compose* | |
Dockerfile* | |
################################################################################ | |
# Git |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
/** | |
* Convert pixel values to rem values. | |
* | |
* @param {number} pixelValue | |
* | |
* @returns {string} | |
*/ | |
px2rem: (pixelValue) => { | |
const remValue = pixelValue / 16; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################ | |
# Node | |
################################################################################ | |
node_modules | |
################################################################################ | |
# Compiled Directories & Files | |
################################################################################ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################ | |
# Docker | |
################################################################################ | |
.dockerignore | |
docker-compose* | |
Dockerfile* | |
################################################################################ | |
# Git |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################ | |
# WordPress | |
################################################################################ | |
!wp-content | |
wp-content/* | |
!wp-content/mu-plugins | |
wp-content/mu-plugins/* | |
!wp-content/mu-plugins/.keep |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"name": "vs-code-remote-containers_workspace", | |
"dockerComposeFile": "../docker-compose.yml", | |
"service": "workspace", | |
"workspaceFolder": "/workspace", | |
// Extensions | |
// Add the IDs of extensions to be installed within Visual Studio Code when | |
// the container is created. | |
"extensions": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################ | |
# Node | |
################################################################################ | |
node_modules | |
################################################################################ | |
# Environment Variables | |
################################################################################ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################ | |
# Node | |
################################################################################ | |
node_modules | |
################################################################################ | |
# Compiled Directories & Files | |
################################################################################ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
last 2 ChromeAndroid versions | |
last 2 Chrome versions | |
last 2 iOS versions | |
last 2 Safari versions | |
last 2 Samsung versions | |
last 2 FirefoxAndroid versions | |
last 2 Firefox versions |
NewerOlder