JavaAlgorithms/.gitignore
BHARATH GADDAM 78ca465b1e
Update .gitignore (#4344)
Added comments on to this code for better readability.
2023-09-01 09:37:29 +05:30

45 lines
708 B
Plaintext

/gradle/wrapper/gradle-wrapper.properties
##----------Android----------
*.apk
*.ap_
*.dex
*.class
bin/
gen/
build/
out/
# Ignoring Gradle build artifacts and project files
##----------Gradle----------
.gradle/
gradle-app.setting
!gradle-wrapper.jar
build/
# Ignoring Maven build artifacts and project files
##----------Maven----------
*.classpath
*.project
*.settings
/target/
local.properties
# Ignoring IntelliJ IDEA project files and configurations
##----------IDEA----------
*.iml
.idea/
*.ipr
*.iws
# Ignoring Android Studio Navigation editor temporary files
.navigation/
# Ignoring common system and editor-generated files
##----------Other----------
*~
.DS_Store
gradle.properties
.vscode
*.log