removed js files

This commit is contained in:
Lauchmelder 2021-11-25 21:28:42 +01:00
parent 7c96d64108
commit ec035d798d
2 changed files with 2 additions and 4 deletions

2
.gitignore vendored
View file

@ -1,4 +1,6 @@
.vscode/
.vs/
node_modules/
package-lock.json
*.js

View file

@ -1,4 +0,0 @@
function sum(a, b) {
return a + b;
}
console.log(sum(2, 3));