Files
Java/.gitignore
Piotr Idzik 0f0f5e172f chore: add run_infer.yml (#5456)
* chore: add `run_infer.yml`

* chore: add infer output to `.gitignore`
2024-09-22 01:54:47 +05:30

47 lines
721 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
/infer-out/