Skip to content

Commit 78ca465

Browse files
Update .gitignore (TheAlgorithms#4344)
Added comments on to this code for better readability.
1 parent 7dc0600 commit 78ca465

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

.gitignore

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/gradle/wrapper/gradle-wrapper.properties
2+
23
##----------Android----------
3-
# build
44
*.apk
55
*.ap_
66
*.dex
@@ -9,26 +9,34 @@ bin/
99
gen/
1010
build/
1111
out/
12-
# gradle
12+
13+
# Ignoring Gradle build artifacts and project files
14+
##----------Gradle----------
1315
.gradle/
1416
gradle-app.setting
1517
!gradle-wrapper.jar
1618
build/
17-
# maven
19+
20+
# Ignoring Maven build artifacts and project files
21+
##----------Maven----------
1822
*.classpath
1923
*.project
2024
*.settings
2125
/target/
2226
local.properties
23-
##----------idea----------
27+
28+
# Ignoring IntelliJ IDEA project files and configurations
29+
##----------IDEA----------
2430
*.iml
2531
.idea/
2632
*.ipr
2733
*.iws
28-
# Android Studio Navigation editor temp files
34+
35+
# Ignoring Android Studio Navigation editor temporary files
2936
.navigation/
37+
38+
# Ignoring common system and editor-generated files
3039
##----------Other----------
31-
# osx
3240
*~
3341
.DS_Store
3442
gradle.properties

0 commit comments

Comments
 (0)