diff options
author | crupest <crupest@outlook.com> | 2020-08-24 23:52:21 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-08-24 23:52:21 +0800 |
commit | d430d867252f7016591adc49f4be1483cb6dfef0 (patch) | |
tree | 79f1926ef60c3cfcd91e461c2ce8e3f036522aa4 | |
parent | 42820d6152131b5e2931bba82ab9e2976e2181f3 (diff) | |
download | timeline-d430d867252f7016591adc49f4be1483cb6dfef0.tar.gz timeline-d430d867252f7016591adc49f4be1483cb6dfef0.tar.bz2 timeline-d430d867252f7016591adc49f4be1483cb6dfef0.zip |
...
-rw-r--r-- | Timeline/ClientApp/.eslintignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Timeline/ClientApp/.eslintignore b/Timeline/ClientApp/.eslintignore index de5aa4fc..371b5fcb 100644 --- a/Timeline/ClientApp/.eslintignore +++ b/Timeline/ClientApp/.eslintignore @@ -1,4 +1,5 @@ .yarn
node_modules
dist
+webpack.*.js
.eslintrc.js
|