Skip to content

Commit

Permalink
Remove docs/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirherobrine23 committed Dec 12, 2023
1 parent aa5b00f commit 589c25b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"editor.minimap.enabled": false,
"editor.detectIndentation": false,
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
},
"files.exclude": {
"**/node_modules/": true,
Expand Down
1 change: 1 addition & 0 deletions addons/tools/win/shared.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <iphlpapi.h>
#include <chrono>
#include <thread>
#include <iostream>

// Function to check if the current user has administrator privileges
bool IsRunAsAdmin()
Expand Down
Empty file removed docs/README.md
Empty file.
21 changes: 0 additions & 21 deletions docs/examples/index.mjs

This file was deleted.

8 changes: 0 additions & 8 deletions docs/examples/package.json

This file was deleted.

0 comments on commit 589c25b

Please sign in to comment.