JavaAlgorithms/.gitignore

45 lines
708 B
Plaintext
Raw Normal View History

2019-05-09 19:43:06 +08:00
/gradle/wrapper/gradle-wrapper.properties
2019-05-09 19:43:06 +08:00
##----------Android----------
*.apk
*.ap_
*.dex
*.class
bin/
gen/
build/
out/
# Ignoring Gradle build artifacts and project files
##----------Gradle----------
2019-05-09 19:43:06 +08:00
.gradle/
gradle-app.setting
!gradle-wrapper.jar
build/
# Ignoring Maven build artifacts and project files
##----------Maven----------
*.classpath
*.project
*.settings
/target/
2019-05-09 19:43:06 +08:00
local.properties
# Ignoring IntelliJ IDEA project files and configurations
##----------IDEA----------
2018-11-14 01:15:47 +08:00
*.iml
2019-05-09 19:43:06 +08:00
.idea/
*.ipr
*.iws
# Ignoring Android Studio Navigation editor temporary files
2019-05-09 19:43:06 +08:00
.navigation/
# Ignoring common system and editor-generated files
2019-05-09 19:43:06 +08:00
##----------Other----------
*~
.DS_Store
gradle.properties
2019-10-28 02:44:06 +08:00
.vscode
*.log