Files
com_r35157_nenjim-hubd-impl…/.gitignore
T

18 lines
319 B
Plaintext

# Ignore Gradle project-specific cache directory
.gradle
# Ignore Gradle build output directory
build
logs/*.log
logs/*.log.gz
conf/*.conf
conf/*.xml
# Ignore all files under data
data/**
# Except all subdirectories so git will search all those
!data/**/
# But do NOT ignore those 'example' files
!data/**/*.example