This commit is contained in:
Imbus 2024-04-22 00:41:04 +02:00
parent a05b2fbeee
commit 8fe59115c4

20
.gitignore vendored
View file

@ -1,3 +1,4 @@
.vscode
.gradle
**/build/
!src/**/build/
@ -19,3 +20,22 @@ gradle-app.setting
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath
# 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*
replay_pid*