diff options
author | Vitaly Takmazov | 2018-03-02 12:01:38 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:52 +0300 |
commit | f41a90e6a3fd3f3a9b73ac74950f25ebd8252e9c (patch) | |
tree | 390e9d766fb1caaeee0a1351a3884b8f1b005544 /vnext/.gitignore | |
parent | a92b5cc6e633825c9addf8383152b9d877bfe4db (diff) |
cleanup webpack and webpack-dev-server configs
Diffstat (limited to 'vnext/.gitignore')
-rw-r--r-- | vnext/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/.gitignore b/vnext/.gitignore index 02fb90e6..f47a86b1 100644 --- a/vnext/.gitignore +++ b/vnext/.gitignore @@ -1,2 +1,2 @@ node_modules/** -public/**
\ No newline at end of file +dist/**
\ No newline at end of file |