diff options
author | Vitaly Takmazov | 2017-12-20 13:58:27 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:52 +0300 |
commit | a5987ebf9ca3fdb7011a457f63f643b0719b1e01 (patch) | |
tree | c2f19ea3c60d16f20f87b9e223d7ac425408edab /vnext | |
parent | 4c50a8676b41fdcc5d46e9608da1c9ca9ffb86d8 (diff) |
add gitignore
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vnext/.gitignore b/vnext/.gitignore new file mode 100644 index 00000000..02fb90e6 --- /dev/null +++ b/vnext/.gitignore @@ -0,0 +1,2 @@ +node_modules/** +public/**
\ No newline at end of file |