diff options
author | Vitaly Takmazov | 2020-09-10 21:05:12 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-06-14 06:16:56 +0300 |
commit | e85af4fee2bbf479f3c7cf344be2a3fc6464fafe (patch) | |
tree | 3b44e43f0394a4b8dcba8136bfc4e44ada30a888 /backup/.gitignore | |
parent | 2820ceb9072a3802185cb53becabfac78a6cf994 (diff) |
[backup] gitignore and yarn.lock
Diffstat (limited to 'backup/.gitignore')
-rw-r--r-- | backup/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backup/.gitignore b/backup/.gitignore new file mode 100644 index 00000000..f47a86b1 --- /dev/null +++ b/backup/.gitignore @@ -0,0 +1,2 @@ +node_modules/** +dist/**
\ No newline at end of file |