mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-01 06:25:59 +01:00
34 lines
354 B
Text
34 lines
354 B
Text
|
# SPDX-FileCopyrightText: 2021 Paul Schaub <info@pgpainless.org>
|
||
|
#
|
||
|
# SPDX-License-Identifier: CC0-1.0
|
||
|
|
||
|
.idea
|
||
|
.gradle
|
||
|
|
||
|
out/
|
||
|
build/
|
||
|
bin/
|
||
|
libs/
|
||
|
|
||
|
*/build
|
||
|
|
||
|
*.iws
|
||
|
*.iml
|
||
|
*.ipr
|
||
|
*.class
|
||
|
*.log
|
||
|
*.jar
|
||
|
|
||
|
gradle.properties
|
||
|
!gradle-wrapper.jar
|
||
|
|
||
|
.classpath
|
||
|
.project
|
||
|
.settings/
|
||
|
|
||
|
pgpainless-core/.classpath
|
||
|
pgpainless-core/.project
|
||
|
pgpainless-core/.settings/
|
||
|
|
||
|
push_html.sh
|