-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbase-icon-theme.json
More file actions
122 lines (117 loc) · 2.68 KB
/
Copy pathbase-icon-theme.json
File metadata and controls
122 lines (117 loc) · 2.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"hidesExplorerArrows": true,
"folder": "folder",
"rootFolder": "rootdir",
"folderNames": {
".vscode": "vscode",
"src": "src",
"tests": "tests"
},
"folderExpanded": "folder-open",
"rootFolderExpanded": "rootdir-open",
"folderNamesExpanded": {
".vscode": "vscode-open",
"src": "src-open",
"tests": "tests-open"
},
"languageIds": {
"csharp": "cs",
"cpp": "cpp",
"c": "c",
"java": "java",
"typescript": "ts",
"typescriptreact": "ts",
"kotlin": "kt",
"javascript": "js",
"javascriptreact": "js",
"python": "py",
"ruby": "rb",
"rust": "rs",
"vue": "vue",
"vue-postcss": "vue",
"vue-html": "vue",
"git-commit": "git",
"git-rebase": "git",
"plaintext": "text",
"yaml": "yaml",
"json": "json",
"json5": "json",
"markdown": "markdown",
"dotenv": "dotenv",
"blade": "blade.php",
"php": "php",
"css": "css",
"html": "html",
"xml": "xml",
"toml": "toml",
"scss": "scss",
"dockerfile": "docker"
},
"file": "file",
"fileExtensions": {
"png": "image",
"jpg": "image",
"jpeg": "image",
"svg": "image",
"zip": "zip",
"rar": "zip",
"tar": "zip",
"gz": "zip",
"7z": "zip"
},
"fileNames": {
"readme.md": "readme",
"license": "license",
"license.txt": "license",
"license-graphics": "license",
"license-graphics.txt": "license",
".yarnrc": "yarn",
".yarnrc.yml": "yarn",
"yarn.lock": "yarn-gray",
"yarn-error.log": "yarn-gray",
".pnp.js": "yarn-gray",
"webpack.config.js": "webpack",
".gitignore": "git",
".gitattributes": "git",
".gitmodules": "git",
"package.json": "npm",
"package-lock.json": "npm-gray",
".npmrc": "npm",
".npmignore": "npm-gray",
"tsconfig.json": "typescript",
"babel.config.js": "babel",
"babel.config.json": "babel",
"babel.config.cjs": "babel",
"babel.config.mjs": "babel",
".babelrc": "babel",
".babelrc.json": "babel",
".babelrc.js": "babel",
".babelrc.cjs": "babel",
".babelrc.ms": "babel",
"tailwind.config.js": "tailwind",
".env": "dotenv",
"pnpm-lock.yaml": "pnpm",
"docker-compose.yml": "docker",
".dockerignore": "docker-gray",
".prettierrc": "prettier",
".prettierrc.json": "prettier",
".prettierrc.yml": "prettier",
".prettierrc.yaml": "prettier",
".prettierrc.json5": "prettier",
".prettierrc.js": "prettier",
".prettierrc.cjs": "prettier",
"prettier.config.js": "prettier",
"prettier.config.cjs": "prettier",
".prettierrc.toml": "prettier",
".prettierignore": "prettier-gray",
".eslintrc.js": "eslint",
".eslintrc.cjs": "eslint",
".eslintrc.yaml": "eslint",
".eslintrc.yml": "eslint",
".eslintrc.json": "eslint",
"vite.config.js": "vite",
"vite.config.ts": "vite",
"trans.rights": "trans",
"icawns": "magpix"
}
}