|
| 1 | +# Gradle Cache for the project |
| 2 | +.gradle |
1 | 3 |
|
2 |
| -projects/CarouselExperiments/.idea/vcs.xml |
3 |
| -projects/CarouselExperiments/.idea/misc.xml |
4 |
| -projects/CarouselExperiments/.idea/jarRepositories.xml |
5 |
| -projects/CarouselExperiments/.idea/gradle.xml |
6 |
| -projects/CarouselExperiments/.idea/compiler.xml |
| 4 | +# Local Android SDK directory |
| 5 | +local.properties |
| 6 | + |
| 7 | +# Project build folder with Kotlin session data |
| 8 | +build/ |
| 9 | + |
| 10 | +# Generated by Android Studio when running Layout Inspector or Method Tracing |
| 11 | +captures/ |
| 12 | + |
| 13 | +# Generated by Android Studio for native builds |
| 14 | +.externalNativeBuild |
| 15 | +.cxx |
| 16 | + |
| 17 | +# Decrypted private credentials |
| 18 | +service-account-key.json |
| 19 | +*.keystore |
| 20 | + |
| 21 | +# JUnit and JaCoCo reports |
| 22 | +/reports/ |
| 23 | +*/jacoco.exec |
| 24 | +*.exec |
| 25 | + |
| 26 | +# Automatically generated files by CI for releases |
| 27 | +version.properties |
| 28 | +release-notes.txt |
| 29 | + |
| 30 | +############### |
| 31 | +# /.idea folder |
| 32 | +# https://www.droidcon.com/media-detail?video=362619508 |
| 33 | +############### |
| 34 | + |
| 35 | +# Local backup of project files |
| 36 | +/projectFilesBackup/ |
| 37 | + |
| 38 | +# Cached settings for asset import wizard from the last time it was used |
| 39 | +**/.idea/assetWizardSettings.xml |
| 40 | + |
| 41 | +# Cache of local project state |
| 42 | +**/.idea/$CACHE_FILE$ |
| 43 | + |
| 44 | +# Checksum of all Gradle build files, prompts for local project |
| 45 | +# sync when Gradle build changes are made |
| 46 | +**/.idea/caches |
| 47 | + |
| 48 | +# Code styling and formatting, should be shared with the team |
| 49 | +# **/.idea/codeStyles/*.xml |
| 50 | + |
| 51 | +# Compiler file types and bytecode target for the project |
| 52 | +**/.idea/compiler.xml |
| 53 | + |
| 54 | +# Dictionaries - collection of developer specific spell check ignores |
| 55 | +# **/.idea/dictionaries |
| 56 | + |
| 57 | +# Encoding for the project |
| 58 | +# **/.idea/encodings.xml |
| 59 | + |
| 60 | +# IDEA representation of Gradle module locations |
| 61 | +**/.idea/gradle.xml |
| 62 | + |
| 63 | +# IDEA representation of Gradle module locations stashed - usually from branch changes before project sync |
| 64 | +**/.idea/gradle.xml-Stashed\ changes |
| 65 | + |
| 66 | +# Lint rules to add or ignore checks - way to run lint the same on all machines |
| 67 | +# **/.idea/inspectionProfiles |
| 68 | + |
| 69 | +# Maven repository locations, local and remote. Local repositories are based on |
| 70 | +# $USER_HOME$/Library/Android/sdk/extras |
| 71 | +**/.idea/jarRepositories.xml |
| 72 | + |
| 73 | +# Dependency metadata - managed by Gradle and therefore will be changed automatically |
| 74 | +**/.idea/libraries |
| 75 | + |
| 76 | +# IDEA index of all module *.iml files, autogenerated |
| 77 | +**/.idea/modules.xml |
| 78 | + |
| 79 | +# Used to change on every commit, related to Java version and obscure project data |
| 80 | +**/.idea/misc.xml |
| 81 | + |
| 82 | +# Where and how Navigation Graph renders navigation destinations |
| 83 | +# **/.idea/navEditor.xml |
| 84 | + |
| 85 | +# Experimental Android Studio rendering flags. |
| 86 | +**/.idea/render.experimental.xml |
| 87 | + |
| 88 | +# How the app is built and run or tested |
| 89 | +# **/.idea/runConfigurations.xml |
| 90 | + |
| 91 | +# How the project uses VCS |
| 92 | +**/.idea/vcs.xml |
| 93 | + |
| 94 | +# Developer specific caching of windows, editor tabs, where cursor is in files, etc. |
| 95 | +**/.idea/workspace.xml |
| 96 | + |
| 97 | +# Old filetype for IntelliJ project settings |
| 98 | +*.iml |
| 99 | + |
| 100 | +# Generated Java Class files |
| 101 | +*.class |
| 102 | + |
| 103 | +############### |
| 104 | +# Mac OS |
| 105 | +############### |
7 | 106 | .DS_Store
|
8 |
| -projects/FoldableExperiments/.idea/compiler.xml |
9 |
| -projects/FoldableExperiments/.idea/gradle.xml |
10 |
| -projects/FoldableExperiments/.idea/jarRepositories.xml |
11 |
| -projects/FoldableExperiments/.idea/misc.xml |
12 |
| -projects/FoldableExperiments/.idea/vcs.xml |
| 107 | +Icon\r |
0 commit comments