최원석3 [goesnow]

add ignore js files

...@@ -4,6 +4,7 @@ node_modules ...@@ -4,6 +4,7 @@ node_modules
4 chromedriver 4 chromedriver
5 5
6 app/**/*.map 6 app/**/*.map
7 +app/**/*.js
7 8
8 key.py 9 key.py
9 admin.py 10 admin.py
......
1 -"use strict";
2 -Object.defineProperty(exports, "__esModule", { value: true });
3 -exports.hello = void 0;
4 -var world = 'Hi';
5 -var hello = function (word) {
6 - if (word === void 0) { word = world; }
7 - return "Hello " + world + "! ";
8 -};
9 -exports.hello = hello;
10 -//# sourceMappingURL=index.js.map
...\ No newline at end of file ...\ No newline at end of file