diff options
| author | Pitu <[email protected]> | 2017-01-13 04:34:21 -0300 |
|---|---|---|
| committer | Pitu <[email protected]> | 2017-01-13 04:34:21 -0300 |
| commit | 376cf10663f76d99721ee8596634488868482606 (patch) | |
| tree | 28774ab842a044e571a31b7612311ef1a339be48 /.gitignore | |
| parent | Initial commit (diff) | |
| download | host.fuwn.me-376cf10663f76d99721ee8596634488868482606.tar.xz host.fuwn.me-376cf10663f76d99721ee8596634488868482606.zip | |
First version
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2d59998 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +node_modules/ +uploads/ +logs/ +config.js
\ No newline at end of file |