Toggle navigation
Toggle navigation
This project
Loading...
Sign in
최원석
/
2021-1-database-project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
최원석3 [goesnow]
2021-03-08 09:33:38 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9f76ba1f4ec782aa76915636460d840e614249f9
9f76ba1f
1 parent
e7485dbf
add ignore js files
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
10 deletions
.gitignore
app/dist/index.js
.gitignore
View file @
9f76ba1
...
...
@@ -4,6 +4,7 @@ node_modules
chromedriver
app/**/*.map
app/**/*.js
key.py
admin.py
...
...
app/dist/index.js
deleted
100644 → 0
View file @
e7485db
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
,
{
value
:
true
});
exports
.
hello
=
void
0
;
var
world
=
'Hi'
;
var
hello
=
function
(
word
)
{
if
(
word
===
void
0
)
{
word
=
world
;
}
return
"Hello "
+
world
+
"! "
;
};
exports
.
hello
=
hello
;
//# sourceMappingURL=index.js.map
\ No newline at end of file
Please
register
or
login
to post a comment