Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Apr 4, 2024
1 parent a2c00b8 commit 4e95a93
Show file tree
Hide file tree
Showing 6 changed files with 124 additions and 3,079 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env.sh
nbproject
node_modules/
npm-debug.*
package.tgz
scripts/main.js
scripts/main.js.map
scripts/split-*.js
Expand Down
16 changes: 15 additions & 1 deletion .vscode/locutus.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,19 @@
"path": "..",
},
],
"settings": {},
"settings": {
"files.exclude": {
".yarn/": true,
"yarn.lock": true,
"dist/": true,
"node_modules/": true,
"website/.deploy_git/": true,
"website/.yarn": true,
"website/db.json": true,
"website/node_modules/": true,
"website/public/": true,
"website/source/{c,golang,php,python,ruby}": true,
"website/themes/": true
}
}
}
8 changes: 0 additions & 8 deletions .vscode/locutus.code-workspace.bak

This file was deleted.

40 changes: 0 additions & 40 deletions Makefile

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-standard": "5.0.0",
"esprima": "4.0.1",
"fakefile": "1.0.0",
"globby": "4.1.0",
"indent-string": "2.1.0",
"invig": "0.0.22",
"js-yaml": "3.14.1",
"lodash": "4.17.21",
"mkdirp": "1.0.4",
Expand Down
Loading

0 comments on commit 4e95a93

Please sign in to comment.