diff --git a/public/index.php b/public/index.php new file mode 100644 index 00000000..3926767d --- /dev/null +++ b/public/index.php @@ -0,0 +1,10 @@ + \ No newline at end of file diff --git a/public/php/curl.php b/public/php/curl.php new file mode 100644 index 00000000..b902dc07 --- /dev/null +++ b/public/php/curl.php @@ -0,0 +1,25 @@ + \ No newline at end of file diff --git a/wak.toml b/wak.toml new file mode 100644 index 00000000..e40af783 --- /dev/null +++ b/wak.toml @@ -0,0 +1,15 @@ +# https://github.com/iamawatermelo/wakapi-anyide v0.6.7 + +[meta] +version = 1 +watchers = ['files'] + +[files] +include = ["*"] # files to include in tracking +exclude = [] # files to exclude in tracking +exclude_files = [".gitignore"] # files whose contents will be used to exclude other files from tracking +exclude_binary_files = true # whether to ignore binary files +# language_mapping = {".kicad_sch" = "Kicad Schematic"} # custom language mapping + +[project] +name = "My site" # your project name \ No newline at end of file