최원석3 [goesnow]

remove build files

......@@ -8,9 +8,7 @@ crawler/chromedriver.exe
**/*.exe
package-lock.json
app/build/*.map
app/build/*.js
build/**
**/build/
public
key.py
......
export declare const Bye: () => void;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Bye = void 0;
const Bye = () => console.log('Bye!');
exports.Bye = Bye;
//# sourceMappingURL=Bye.js.map
\ No newline at end of file
{"version":3,"file":"Bye.js","sourceRoot":"","sources":["../../src/Bye.ts"],"names":[],"mappings":";;;AAAO,MAAM,GAAG,GAAG,GAAG,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;AAAhC,QAAA,GAAG,OAA6B"}
\ No newline at end of file
import './assets/style/App.css';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const Bye_1 = require("./Bye");
require("./assets/style/App.css");
const hi = 'hello!?zz';
const hi1 = () => {
console.log(hi);
Bye_1.Bye();
};
hi1();
//# sourceMappingURL=index.js.map
\ No newline at end of file
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;AAAA,+BAA0B;AAC1B,kCAAgC;AAEhC,MAAM,EAAE,GAAG,WAAW,CAAC;AAEvB,MAAM,GAAG,GAAG,GAAG,EAAE;IACf,OAAO,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;IAChB,SAAG,EAAE,CAAC;AACR,CAAC,CAAC;AAEF,GAAG,EAAE,CAAC"}
\ No newline at end of file
export declare const Bye: () => void;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Bye = void 0;
const Bye = () => console.log('Bye!');
exports.Bye = Bye;
//# sourceMappingURL=Bye.js.map
\ No newline at end of file
{"version":3,"file":"Bye.js","sourceRoot":"","sources":["../../../src/ts/Bye.ts"],"names":[],"mappings":";;;AAAO,MAAM,GAAG,GAAG,GAAG,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;AAAhC,QAAA,GAAG,OAA6B"}
\ No newline at end of file