Skip to content

Commit de77737

Browse files
committed
gitignore: clarify 5 comments
1 parent 3f4c240 commit de77737

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# Ignore Gradle project-specific cache directory
1+
# Ignore Gradle's project-specific cache directory:
22
.gradle
33

4-
# Ignore Gradle build output directory
4+
# Ignore Gradle's build output directories:
55
build
66
bin
77

8-
# Native libraries that get extracted when apps are run
8+
# Ignore native libraries that get extracted when apps are run:
99
*.dll
1010
*.so
1111

12-
# Captured screenshots and video
12+
# Ignore captured screenshots and videos:
1313
/*.avi
1414
/*.png
1515

16-
# Development environment
16+
# Ignore IDE-specific directories:
1717
/.idea/

0 commit comments

Comments
 (0)