Initial commit

This commit is contained in:
Stefan Härter 2023-05-26 16:18:47 +02:00 committed by GitHub
commit 02d0f7a6a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 37 additions and 0 deletions

35
.gitignore vendored Normal file
View File

@ -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

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# consolecommands
Custom Console Commands for OTOBO - intended to make their way into standard or die in silence.