diff options
| author | Pitu <[email protected]> | 2018-09-16 00:54:54 -0300 |
|---|---|---|
| committer | Pitu <[email protected]> | 2018-09-16 00:54:54 -0300 |
| commit | 3f0bdd7a28f924cea330f0925a2994c79291f22f (patch) | |
| tree | 0c1b212991224783412e7b34a32d6e1e42e0f48e /.gitignore | |
| parent | Begone! (diff) | |
| download | host.fuwn.me-3f0bdd7a28f924cea330f0925a2994c79291f22f.tar.xz host.fuwn.me-3f0bdd7a28f924cea330f0925a2994c79291f22f.zip | |
New base
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d1d482 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Packages +node_modules/ +_dist/ +.ream/ + +# Log files +logs/ +*.log + +# Miscellaneous +.tmp/ +.vscode/ + +# Lolisafe specifics +config.js +database.db |