summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 9a06e233a2328b80bbf33255ecefa30537358175 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Ignore Gradle project-specific cache directory
/.gradle

# Ignore Gradle build output directory
/build
/akono/build

.externalNativeBuild

# Ignore Android generated files
/akono/src/main/gen/

# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems
/.idea/modules.xml
/.idea/workspace.xml
/.idea/tasks.xml
/.idea/libraries/*
/.idea/inspectionProfiles/*
/.idea/gradle.xml
/.idea/usage.statistics.xml
/.idea/caches/build_file_checksums.ser

# Ignore developer's machine-specific settings
/local.properties

/deps/compiled/*