Skip to content

Commit

Permalink
Updated rules for config files
Browse files Browse the repository at this point in the history
Use `config` icon for CMakeLists.txt.
Use `config` icon for Istanbul configs.
Use `config` icon for stylelint configs.
Use `config` icon for remarklint configs.
Use `config` icon for Renovate configs.
  • Loading branch information
alexesprit committed Dec 7, 2019
1 parent b91afd9 commit 4b9250d
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion src/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,27 @@
".htaccess",
"procfile",
"makefile",
"dockerfile"
"dockerfile",
"CMakeLists.txt",
".nycrc",
".nycrc.json",
".nycrc.yaml",
".nycrc.yml",
"nyc.config.js",
".stylelintrc.json",
".stylelintrc.yaml",
".stylelintrc.yml",
".stylelintrc.js",
"stylelint.config.js",
".remarkrc.json",
".remarkrc.yaml",
".remarkrc.yml",
".remarkrc.js",
".remarkignore",
"renovate.json",
"renovate.json5",
".renovaterc",
".renovaterc.json"
],
"ctags": [
"tags"
Expand Down

0 comments on commit 4b9250d

Please sign in to comment.