diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-11-08 02:21:01 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-11-08 02:35:56 +0300 |
commit | b7d0b7e345aad5cbb9932e2c64a5d2d081469719 (patch) | |
tree | d311383798126b2e17511f9d3ebd10f0153d78a3 /.gitignore |
initial
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cef0f74 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/.idea +/htdocs/dist* +/node_modules
\ No newline at end of file |