diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-02-24 03:59:25 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-02-26 17:35:21 +0300 |
commit | 5e7d34458a6e60487393caa4f320ab1cfc1cf8e5 (patch) | |
tree | 11df96e6e105558e8bdcd7a1f61f720dd68150af /.gitignore |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7a1537b --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea +node_modules |