🎉 flake init

This commit is contained in:
DrMaxNix 2024-04-04 21:03:22 +02:00
commit cfacfbe5eb
3 changed files with 22 additions and 0 deletions

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
insert_final_newline = true

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
meta.local.php
init.local.php

12
meta.php Normal file
View File

@ -0,0 +1,12 @@
<?php
// VERSION //
static::$version = "0.0.0";
// DEPENDENCIES //
// none
// ROUTES //
// none
?>