diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-01-29 15:20:32 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-01-29 15:20:32 +0100 |
commit | 3e17e1a4132ed11c6a5ab66dca8840586061b90d (patch) | |
tree | 43c7ef3e59cc1aecbdc1dc099fb8b3a54e477c06 /.gitignore |
initial commit (android studio hello world)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..878c2cd --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +*.iml +.gradle +/local.properties +.idea +.DS_Store +/build +/captures +.externalNativeBuild +.cxx +local.properties |