From 3d6136cb8f7f52613e67e98b6b03bb978853ea6f Mon Sep 17 00:00:00 2001 From: LorenzoPaciotti Date: Wed, 23 Oct 2024 10:04:51 +0000 Subject: [PATCH] Initial commit --- .gitignore | 26 ++++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 29 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7f91721 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# ---> Windows +# Windows thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + diff --git a/README.md b/README.md new file mode 100644 index 0000000..05ecb28 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# docker-apipolo + +container per api polo su base netcore 6 \ No newline at end of file