69 lines
901 B
Text
69 lines
901 B
Text
# Ignore Gradle project-specific cache directory
|
|
.gradle/
|
|
|
|
# Ignore Gradle build output directory
|
|
build/
|
|
|
|
# Ignore automatically generated direnv output
|
|
.direnv
|
|
|
|
# Ignore build outputs from performing a nix-build or `nix build` command
|
|
result
|
|
result-*
|
|
|
|
# Compiled class file
|
|
*.class
|
|
|
|
# Log file
|
|
*.log
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.nar
|
|
*.ear
|
|
*.zip
|
|
*.tar.gz
|
|
*.rar
|
|
|
|
# Ignore Gradle GUI config
|
|
gradle-app.setting
|
|
|
|
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
|
!gradle-wrapper.jar
|
|
|
|
# Avoid ignore Gradle wrapper properties
|
|
!gradle-wrapper.peoperties
|
|
|
|
# Cache of project
|
|
.gradletasknamecache
|
|
|
|
# Eclipst
|
|
.project
|
|
.metadata
|
|
bin/
|
|
tmp/
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
*~.nib
|
|
.settings/
|
|
.loadpath
|
|
.recommanders
|
|
.classpath
|
|
.factorypath
|
|
|
|
# Idea config file
|
|
.idea/
|
|
*.iml
|
|
*iws
|
|
*.ipr
|
|
out/
|
|
.idea_modules/
|
|
|
|
# Virtual machine crash logs
|
|
hs_err_pid*
|
|
replay_pid*
|
|
|
|
# Local properties file
|
|
local.properties
|