From 02d0f7a6a8aad1231f69b50a176965cf3adc2025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20H=C3=A4rter?= <46650328+stefanhaerter@users.noreply.github.com> Date: Fri, 26 May 2023 16:18:47 +0200 Subject: [PATCH] Initial commit --- .gitignore | 35 +++++++++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 37 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fb8b193 --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +!Build/ +.last_cover_stats +/META.yml +/META.json +/MYMETA.* +*.o +*.pm.tdy +*.bs + +# Devel::Cover +cover_db/ + +# Devel::NYTProf +nytprof.out + +# Dist::Zilla +/.build/ + +# Module::Build +_build/ +Build +Build.bat + +# Module::Install +inc/ + +# ExtUtils::MakeMaker +/blib/ +/_eumm/ +/*.gz +/Makefile +/Makefile.old +/MANIFEST.bak +/pm_to_blib +/*.zip diff --git a/README.md b/README.md new file mode 100644 index 0000000..c911d35 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# consolecommands +Custom Console Commands for OTOBO - intended to make their way into standard or die in silence.