diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-08-26 17:32:58 +0200 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-08-26 17:36:15 +0200 |
commit | dd2a1c38a5a9f561d58b58da56d3230fd715fcde (patch) | |
tree | d4161e5f1c0e9718ef739745f6a9619c10701f8e /.gitignore | |
download | apkdoc-dd2a1c38a5a9f561d58b58da56d3230fd715fcde.tar.gz apkdoc-dd2a1c38a5a9f561d58b58da56d3230fd715fcde.tar.bz2 apkdoc-dd2a1c38a5a9f561d58b58da56d3230fd715fcde.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f331ccd --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +bin/ +vendor/ |