diff options
| author | Alejandro Sior <aho@sio.be> | 2021-02-19 11:43:18 +0100 |
|---|---|---|
| committer | Alejandro Sior <aho@sio.be> | 2021-02-19 11:43:18 +0100 |
| commit | 405051211d60afa8a7fc4fc3fa5ffb456242973d (patch) | |
| tree | dbae34350c3a54f422da70f1b7fbd857a8f5a116 /.gitignore | |
initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..128b1cf --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +/node_modules/ +/genki.log +/config.toml +/database.sqlite +/Lavalink.jar +/logs +/*.core |
