18 lines
251 B
Text
18 lines
251 B
Text
# Ignore Gradle project-specific cache directory
|
|
.gradle
|
|
|
|
# Ignore Gradle build output directory
|
|
build
|
|
|
|
# Ignore emacs swapfiles
|
|
\#*
|
|
.\#*
|
|
|
|
# Ignore vim swapfiles
|
|
*\~
|
|
|
|
# Dont commit certs
|
|
resources/*
|
|
|
|
# Dont commit certs or compiled software
|
|
staging/*
|