{"id":19508077,"url":"https://github.com/wenlong-guo/android-studio-gitignore","last_synced_at":"2026-04-29T10:05:39.637Z","repository":{"id":147938740,"uuid":"619373579","full_name":"Wenlong-Guo/Android-Studio-GitIgnore","owner":"Wenlong-Guo","description":"㊙️ .gitignore for Android Studio","archived":false,"fork":false,"pushed_at":"2024-01-06T10:43:18.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-12T03:14:33.999Z","etag":null,"topics":["android","android-development","android-studio","git","gitignore"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Wenlong-Guo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-27T02:26:16.000Z","updated_at":"2023-04-29T19:04:05.000Z","dependencies_parsed_at":"2024-11-10T23:03:43.151Z","dependency_job_id":"18c31448-6313-4a64-8cf8-c616567a9806","html_url":"https://github.com/Wenlong-Guo/Android-Studio-GitIgnore","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Wenlong-Guo/Android-Studio-GitIgnore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wenlong-Guo%2FAndroid-Studio-GitIgnore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wenlong-Guo%2FAndroid-Studio-GitIgnore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wenlong-Guo%2FAndroid-Studio-GitIgnore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wenlong-Guo%2FAndroid-Studio-GitIgnore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Wenlong-Guo","download_url":"https://codeload.github.com/Wenlong-Guo/Android-Studio-GitIgnore/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wenlong-Guo%2FAndroid-Studio-GitIgnore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32420385,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","android-development","android-studio","git","gitignore"],"created_at":"2024-11-10T23:03:30.839Z","updated_at":"2026-04-29T10:05:39.621Z","avatar_url":"https://github.com/Wenlong-Guo.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Android-Studio-GitIgnore\n .gitignore for Android Studio\n\n```\n# Built application files\n*.apk\n*.aar\n*.ap_\n*.aab\n\n# Files for the ART/Dalvik VM\n*.dex\n\n# Java class files\n*.class\n\n# Generated files\nbin/\ngen/\nout/\n/*/build/\n/*/*/build/\n\n#  Uncomment the following line in case you need and you don't have the release build type files in your app\n# release/\n\n# Gradle files\n.gradle/\nbuild/\n\n# Local configuration file (sdk path, etc)\nlocal.properties\n\n# Proguard folder generated by Eclipse\nproguard/\n\n# Log Files\n*.log\n\n# Android Studio Navigation editor temp files\n.navigation/\n\n# Android Studio captures folder\ncaptures/\n\n# IntelliJ\n*.iml\n.idea/\n.idea/*\n\n# Android Studio 3 in .gitignore file.\n.idea/caches\n.idea/modules.xml\n# Comment next line if keeping position of elements in Navigation Editor is relevant for you\n.idea/navEditor.xml\n\n# Keystore files\n# Uncomment the following lines if you do not want to check your keystore files in.\n#*.jks\n#*.keystore\n\n# External native build folder generated in Android Studio 2.2 and later\n.externalNativeBuild\n.cxx/\n\n# Google Services (e.g. APIs or Firebase)\n# google-services.json\n\n# Freeline\nfreeline.py\nfreeline/\nfreeline_project_description.json\n\n# fastlane\nfastlane/report.xml\nfastlane/Preview.html\nfastlane/screenshots\nfastlane/test_output\nfastlane/readme.md\n\n# Version control\nvcs.xml\n\n# lint\nlint/intermediates/\nlint/generated/\nlint/outputs/\nlint/tmp/\n# lint/reports/\n\n# OS\n.DS_Store\nehthumbs.db\nIcon?\nThumbs.db\n._*\n.Spotlight-V100\n.Trashes\n\n# Dokka-Generated Files\n*.html\n*.css\n/*/dokka\ndokka/\n\n#NDK\nobj/\njniLibs\n\n# Signing files\n.signing/\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwenlong-guo%2Fandroid-studio-gitignore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwenlong-guo%2Fandroid-studio-gitignore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwenlong-guo%2Fandroid-studio-gitignore/lists"}