Update .gitignore to ignore production classes

This commit is contained in:
zeroeightysix 2018-10-28 13:04:24 +01:00
parent d3187e9856
commit 87c8549ccc
1 changed files with 4 additions and 1 deletions

5
.gitignore vendored
View File

@ -143,6 +143,9 @@ run/
.idea/**/gradle.xml
.idea/**/libraries
# Building
classes
# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
@ -267,4 +270,4 @@ gradle-app.setting
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties
# End of https://www.gitignore.io/api/linux,gradle,eclipse,windows,forgegradle,intellij+all,emacs,vim
# End of https://www.gitignore.io/api/linux,gradle,eclipse,windows,forgegradle,intellij+all,emacs,vim