Add Gradle files

This commit is contained in:
Herbert Reiter
2020-01-02 17:03:31 +01:00
parent a6a6abc64b
commit 510a54d77b
4 changed files with 83 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
# Compiled class file
*.class
# Log file
*.log
# Package Files
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# IntelliJ
.idea/
out/
moasdawiki-app.iml
# Gradle
gradlew
gradlew.bat
gradle/
.gradle/
build/
release/
# Git
local.properties
# Others