diff options
author | Isidro Henoch <imhenoch@protonmail.com> | 2021-12-03 21:18:33 -0600 |
---|---|---|
committer | Isidro Henoch <imhenoch@protonmail.com> | 2021-12-03 21:18:33 -0600 |
commit | c7039b6b0f6ab0f99fefecac07196ada6da2221a (patch) | |
tree | ab598ce96300b71607f9501bbb52b5ac6ea4528c /.gitignore | |
download | etbsa-trackermap-mobile-c7039b6b0f6ab0f99fefecac07196ada6da2221a.tar.gz etbsa-trackermap-mobile-c7039b6b0f6ab0f99fefecac07196ada6da2221a.tar.bz2 etbsa-trackermap-mobile-c7039b6b0f6ab0f99fefecac07196ada6da2221a.zip |
Inits the project
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bf68fba --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +*.iml +.gradle +/local.properties +.idea +.DS_Store +/build +*/build +/captures +.externalNativeBuild +.cxx +local.properties
\ No newline at end of file |