commit b5b5a965ba3c9d79f4d08c875323b037ef203a4b Author: go <> Date: Fri Dec 29 23:01:52 2023 +0000 Initial commit diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..46e08cf --- /dev/null +++ b/.editorconfig @@ -0,0 +1,22 @@ +# documentation https://editorconfig.org/ +root = true + +[*] +end_of_line = lf +charset = utf-8 +insert_final_newline = true +max_line_length = 130 +indent_style = space +trim_trailing_whitespace = true +tab_width = 2 +indent_size = 2 + +[{*.java,*.js}] +indent_size = 4 +ij_continuation_indent_size = 4 + +[{*.xml,*.html}] +indent_size = 4 + +[Makefile] +indent_style = tab diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ed368cb --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# ---> JetBrains +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +.idea/ +*.iml + +# CMake +cmake-build-*/ + +# File-based project format +*.iws + +# IntelliJ +out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..c7ffc1a --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +"THE BEER-WARE LICENSE" (Revision 42): wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return Poul-Henning Kamp diff --git a/README.md b/README.md new file mode 100644 index 0000000..a490e86 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# public-template +