Skip to content

Commit

Permalink
feat: Added more code files & function filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinRigsby committed Jul 15, 2024
1 parent 783ca5d commit 0df4165
Show file tree
Hide file tree
Showing 10 changed files with 1,401 additions and 94 deletions.
14 changes: 0 additions & 14 deletions data.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
{
"extensions": [
"ts",
"js",
"py",
"css",
"c",
"cpp",
"go",
"rs",
"java",
"lua",
"php",
"sh"
],
"folding": true,
"allowAllFiletypes": false,
"lineNumbers": true,
Expand Down
1 change: 0 additions & 1 deletion esbuild.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ let renamePlugin = {
const mainData = fs.readFileSync('main.css', 'utf8');
const combinedData = mystyleData + '\n' + mainData;
fs.writeFileSync('styles.css', combinedData, 'utf8');
console.log('styles.css create success.');
})
},
}
Expand Down
Loading

0 comments on commit 0df4165

Please sign in to comment.