HHH-14324 Add .gradletasknamecache to .gitignore
Signed-off-by: Yoann Rodière <yoann@hibernate.org>
This commit is contained in:
parent
d22bbb5c33
commit
bf0b86dfea
|
@ -1,8 +1,9 @@
|
||||||
# Typically *NIX text editors, by default, append '~' to files on saving to make backups
|
# Typically *NIX text editors, by default, append '~' to files on saving to make backups
|
||||||
*~
|
*~
|
||||||
|
|
||||||
# Gradle work directory
|
# Gradle work directory and caches
|
||||||
.gradle
|
.gradle
|
||||||
|
.gradletasknamecache
|
||||||
|
|
||||||
# Build output directies
|
# Build output directies
|
||||||
/target
|
/target
|
||||||
|
|
Loading…
Reference in New Issue