Skip to content

Commit

Permalink
Configs: ignores + user-select
Browse files Browse the repository at this point in the history
  • Loading branch information
mishanga committed Jan 9, 2014
1 parent 1ca36ae commit 10ee14f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/yandex.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"exclude": [
".git/**",
"node_modules/**"
],
"sort-order": [
[
"position",
Expand Down Expand Up @@ -65,6 +69,10 @@
"counter-increment",
"resize",
"cursor",
"-webkit-user-select",
"-moz-user-select",
"-ms-user-select",
"user-select",
"nav-index",
"nav-up",
"nav-right",
Expand Down
4 changes: 4 additions & 0 deletions config/zen.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"exclude": [
".git/**",
"node_modules/**"
],
"sort-order": [ [
"position",
"top",
Expand Down

0 comments on commit 10ee14f

Please sign in to comment.