diff options
| author | romangraef <roman.graef@gmail.com> | 2018-02-08 20:18:50 +0100 |
|---|---|---|
| committer | romangraef <roman.graef@gmail.com> | 2018-02-08 20:18:50 +0100 |
| commit | 0f29a5d757e85f4f0b0a9f0d729abc7c4574fc9a (patch) | |
| tree | 351cc8228c0e55a8256e9e08005e972caead884f /.gitignore | |
| download | privateroombot-0f29a5d757e85f4f0b0a9f0d729abc7c4574fc9a.tar.gz privateroombot-0f29a5d757e85f4f0b0a9f0d729abc7c4574fc9a.tar.bz2 privateroombot-0f29a5d757e85f4f0b0a9f0d729abc7c4574fc9a.zip | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9321d22 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +config.json +.idea/ +.gradle/ +out/ +build/ +config.json
\ No newline at end of file |
