diff options
author | MetaMuffin <metamuffin@yandex.com> | 2021-08-02 10:34:36 +0200 |
---|---|---|
committer | MetaMuffin <metamuffin@yandex.com> | 2021-08-02 10:34:36 +0200 |
commit | 6d4a9c797edf2bbb75cea6afef109cb457c52641 (patch) | |
tree | 1b2e585b9349184d7e6657211d5c164145bd8210 /.gitignore | |
download | keks-meet-6d4a9c797edf2bbb75cea6afef109cb457c52641.tar keks-meet-6d4a9c797edf2bbb75cea6afef109cb457c52641.tar.bz2 keks-meet-6d4a9c797edf2bbb75cea6afef109cb457c52641.tar.zst |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4ee5b44 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/node_modules +/mode +/hostname +/public/dist +/public/assets |