mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-12-23 09:19:21 +00:00
67 lines
1.1 KiB
Text
67 lines
1.1 KiB
Text
|
|
# Created by https://www.gitignore.io/api/java,kotlin,gradle
|
|
# Edit at https://www.gitignore.io/?templates=java,kotlin,gradle
|
|
|
|
### Java ###
|
|
# Compiled class file
|
|
*.class
|
|
|
|
# Log file
|
|
*.log
|
|
|
|
# BlueJ files
|
|
*.ctxt
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
.mtj.tmp/
|
|
|
|
# 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*
|
|
|
|
### Kotlin ###
|
|
# Compiled class file
|
|
|
|
# Log file
|
|
|
|
# BlueJ files
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
|
|
# Package Files #
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
|
|
### Gradle ###
|
|
.gradle
|
|
/build/
|
|
|
|
# Ignore Gradle GUI config
|
|
gradle-app.setting
|
|
|
|
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
|
!gradle-wrapper.jar
|
|
|
|
# Cache of project
|
|
.gradletasknamecache
|
|
|
|
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
|
|
# gradle/wrapper/gradle-wrapper.properties
|
|
|
|
### Gradle Patch ###
|
|
# **/build/
|
|
|
|
# IntelliJ
|
|
.idea
|
|
/out/
|
|
texlab.iml
|
|
|
|
# End of https://www.gitignore.io/api/java,kotlin,gradle
|