This file contains 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
/* utf-8 icon links */ | |
/* by Frank Lämmer */ | |
.play:after { content: '▸' } | |
.help:after { content: '?' } | |
.close:after { content: '×' } | |
.closebold:after { content: '✖' } | |
.external:after { content: '→';} | |
.more:after { content: '→';} | |
.next:after { content: '❯' } |
This file contains 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
--- | |
# to assure backward compatibility on format changes, specify the version | |
version: 1 | |
# default strategy is "nodelete", use "fullsync" for full synchronization | |
strategy: nodelete | |
# set a list of custom excludes folders/files. |
This file contains 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
# CRAFT ENVIRONMENT | |
.env | |
# COMPOSER | |
/vendor | |
# ASSETS | |
# Exclude uploaded images from Git | |
# Upload via rsync or by ssh/sftp instead | |
/web/assets/* |