Skip to content

Commit 124052a

Browse files
ArkadiuszSkalski-TomTomaskalski85
authored andcommitted
Git ignore unrelated files
Signed-off-by: askalski85 <[email protected]>
1 parent 4d4f7a1 commit 124052a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.gitignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1-
# Ignore Gradle project-specific cache directory
1+
# Ignore Gradle project-specific cache directory and local properties
22
.gradle
3+
local.properties
4+
.externalNativeBuild
35

46
# Ignore Gradle build output directory
57
build
68

9+
# Ignore Android generated files
10+
captures/
11+
712
# Ignore Android Studio specific files and directories
813
.project
914
.settings
15+
.idea/
16+
*.iml
17+
18+
# Other files
19+
.DS_Store

0 commit comments

Comments
 (0)