Skip to content
Snippets Groups Projects
Commit 3821a2ab authored by Eric Bremner's avatar Eric Bremner
Browse files

Adding config files for editor, lint and git

parent b637d371
No related branches found
No related tags found
No related merge requests found
# Unix-style newlines with a newline ending every file
[*]
indent_style = space
indent_size = 2
insert_final_newline = true
# ignore install nodejs modules
# Ignore compiled files.
dist
vendor
# Pattern Lab (ignored initially)
pattern-lab
**/bem.function.php
# Twig helper functions
**/add_attributes.function.php
**/bem.function.php
# NPM
node_modules
gulpfile-m.js
gulpfile-sr.js
.sass-cache
rwd1.terminal
\ No newline at end of file
npm-debug.log
# Git deploy
.publish
.DS_Store
# theme setup file
local.gulp-config.js
# yarn lock file
yarn.lock
{
"extends": "stylelint-config-standard",
"rules": {
"at-rule-no-unknown": [ true, {
"ignoreAtRules": [
"include",
"mixin",
"extend",
"if",
"each",
"content"
]
}]
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment