Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
uw_fdsu_theme_resp
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WCMS
uw_fdsu_theme_resp
Commits
3821a2ab
Commit
3821a2ab
authored
7 years ago
by
Eric Bremner
Browse files
Options
Downloads
Patches
Plain Diff
Adding config files for editor, lint and git
parent
b637d371
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.editorconfig
+5
-0
5 additions, 0 deletions
.editorconfig
.gitignore
+25
-5
25 additions, 5 deletions
.gitignore
.stylelintrc
+15
-0
15 additions, 0 deletions
.stylelintrc
with
45 additions
and
5 deletions
.editorconfig
0 → 100644
+
5
−
0
View file @
3821a2ab
# Unix-style newlines with a newline ending every file
[*]
indent_style
=
space
indent_size
=
2
insert_final_newline
=
true
This diff is collapsed.
Click to expand it.
.gitignore
+
25
−
5
View file @
3821a2ab
# 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
This diff is collapsed.
Click to expand it.
.stylelintrc
0 → 100644
+
15
−
0
View file @
3821a2ab
{
"extends": "stylelint-config-standard",
"rules": {
"at-rule-no-unknown": [ true, {
"ignoreAtRules": [
"include",
"mixin",
"extend",
"if",
"each",
"content"
]
}]
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment