commit 3f95f94eadeb15e81b57aad8ac3584c6078cb009 Author: burble Date: Sat May 27 10:57:29 2023 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c0df46a --- /dev/null +++ b/.gitignore @@ -0,0 +1,51 @@ +# ---> Emacs +# -*- mode: gitignore; -*- +*~ +\#*\# +/.emacs.desktop +/.emacs.desktop.lock +*.elc +auto-save-list +tramp +.\#* + +# Org-mode +.org-id-locations +*_archive + +# flymake-mode +*_flymake.* + +# eshell files +/eshell/history +/eshell/lastdir + +# elpa packages +/elpa/ + +# reftex files +*.rel + +# AUCTeX auto folder +/auto/ + +# cask packages +.cask/ +dist/ + +# Flycheck +flycheck_*.el + +# server auth directory +/server/ + +# projectiles files +.projectile + +# directory configuration +.dir-locals.el + +# network security +/network-security.data + + diff --git a/README.md b/README.md new file mode 100644 index 0000000..e61cf86 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# drone-gitea-pkg-plugin + +A small drone plugin to help with uploading packages to gitea. \ No newline at end of file