2022-06-17 15:05:54 +02:00
|
|
|
# SPDX-FileCopyrightText: 2022 Winni Neessen <winni@neessen.dev>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
|
2022-03-05 12:03:35 +01:00
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.exe~
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
|
|
|
|
# Test binary, built with `go test -c`
|
|
|
|
*.test
|
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
|
|
|
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
|
|
# vendor/
|
2022-04-12 15:51:18 +02:00
|
|
|
|
2022-06-03 12:26:42 +02:00
|
|
|
# Local testfiles and auth data
|
|
|
|
.auth
|
2022-10-17 18:10:24 +02:00
|
|
|
examples/*
|
2022-06-03 12:26:42 +02:00
|
|
|
|
2022-04-12 15:51:18 +02:00
|
|
|
# SonarQube
|
2022-06-17 15:05:54 +02:00
|
|
|
.scannerwork/
|
|
|
|
|
2022-08-27 11:07:17 +02:00
|
|
|
# IDEA specific ignores
|
|
|
|
# Source: https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
2023-08-15 10:04:01 +02:00
|
|
|
.idea/
|
2022-08-27 11:07:17 +02:00
|
|
|
|
|
|
|
# CMake
|
|
|
|
cmake-build-*/
|
|
|
|
|
|
|
|
# File-based project format
|
|
|
|
*.iws
|
|
|
|
|
|
|
|
# IntelliJ
|
|
|
|
out/
|
|
|
|
|
|
|
|
# mpeltonen/sbt-idea plugin
|
|
|
|
.idea_modules/
|
|
|
|
|
|
|
|
# JIRA plugin
|
|
|
|
atlassian-ide-plugin.xml
|
|
|
|
|
|
|
|
# Cursive Clojure plugin
|
|
|
|
.idea/replstate.xml
|
|
|
|
|
|
|
|
# SonarLint plugin
|
|
|
|
.idea/sonarlint/
|
|
|
|
|
|
|
|
# Crashlytics plugin (for Android Studio and IntelliJ)
|
|
|
|
com_crashlytics_export_strings.xml
|
|
|
|
crashlytics.properties
|
|
|
|
crashlytics-build.properties
|
|
|
|
fabric.properties
|