diff options
| author | bush-did-711 <39170869+bush-did-711@users.noreply.github.com> | 2022-03-26 23:17:00 -1000 |
|---|---|---|
| committer | bush-did-711 <39170869+bush-did-711@users.noreply.github.com> | 2022-03-26 23:17:00 -1000 |
| commit | 2a32d5ee4f2eb9e64ffb3d36ed16793dc72c24b2 (patch) | |
| tree | 6a657d92f5aa112bed14d65132b9c8a6d7e6c96d /.gitignore | |
| download | eventbus-kotlin-2a32d5ee4f2eb9e64ffb3d36ed16793dc72c24b2.tar.gz eventbus-kotlin-2a32d5ee4f2eb9e64ffb3d36ed16793dc72c24b2.tar.bz2 eventbus-kotlin-2a32d5ee4f2eb9e64ffb3d36ed16793dc72c24b2.zip | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b740e72 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Project exclude paths +/.gradle/ +/build/
\ No newline at end of file |
