blob: 7d5c789760af9770f27bc05abe30079f5d91b543 [file] [log] [blame]
Jiayu Liu49b2d6b2022-04-06 16:49:09 +08001#
2# Licensed to the Apache Software Foundation (ASF) under one
3# or more contributor license agreements. See the NOTICE file
4# distributed with this work for additional information
5# regarding copyright ownership. The ASF licenses this file
6# to you under the Apache License, Version 2.0 (the
7# "License"); you may not use this file except in compliance
8# with the License. You may obtain a copy of the License at
9#
10# http://www.apache.org/licenses/LICENSE-2.0
11#
12# Unless required by applicable law or agreed to in writing,
13# software distributed under the License is distributed on an
14# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15# KIND, either express or implied. See the License for the
16# specific language governing permissions and limitations
17# under the License.
18#
19
20# Created by https://www.toptal.com/developers/gitignore/api/gradle,kotlin
21# Edit at https://www.toptal.com/developers/gitignore?templates=gradle,kotlin
22
23### Kotlin ###
24# Compiled class file
25*.class
26
27# Log file
28*.log
29
30# BlueJ files
31*.ctxt
32
33# Mobile Tools for Java (J2ME)
34.mtj.tmp/
35
36# Package Files #
37*.jar
38*.war
39*.nar
40*.ear
41*.zip
42*.tar.gz
43*.rar
44
45# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
46hs_err_pid*
47replay_pid*
48
49### Gradle ###
50.gradle
51**/build/
52!src/**/build/
53
54# Ignore Gradle GUI config
55gradle-app.setting
56
57# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
58# !gradle-wrapper.jar
59
60# Avoid ignore Gradle wrappper properties
61# !gradle-wrapper.properties
62
63# Cache of project
64.gradletasknamecache
65
66# Eclipse Gradle plugin generated files
67# Eclipse Core
68.project
69# JDT-specific (Eclipse Java Development Tools)
70.classpath
71
72# End of https://www.toptal.com/developers/gitignore/api/gradle,kotlin
73out/
74
75gradlew
76gradlew.bat
77gradle/wrapper/gradle-wrapper.jar
78gradle/wrapper/gradle-wrapper.properties