12 lines
171 B
Text
12 lines
171 B
Text
# Ignore Gradle project-specific cache directory
|
|
.gradle
|
|
|
|
# Ignore Gradle build output directory
|
|
build
|
|
|
|
# Ignore emacs swapfiles
|
|
\#*
|
|
.\#*
|
|
|
|
# Dont commit certs
|
|
resources/*
|