Add configuration files.

This commit is contained in:
2026-05-04 16:02:31 -04:00
parent 61f7f7348a
commit 966fdae820
4 changed files with 18 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
+1
View File
@@ -0,0 +1 @@
* text=auto
+2
View File
@@ -0,0 +1,2 @@
.gitea/workflows @Ari
*.sh @Ari
+3
View File
@@ -0,0 +1,3 @@
.env
.env.*
!.env.example