From 0a5d6dcbc871bd15b7657b261109fba220e124e3 Mon Sep 17 00:00:00 2001 From: Endial Fang Date: Thu, 15 Jul 2021 10:42:14 +0800 Subject: [PATCH] =?UTF-8?q?[feat:3.12]=E5=A2=9E=E5=8A=A0=E4=BB=93=E5=BA=93?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dockerignore | 12 ++++++++++++ .gitignore | 26 ++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 .dockerignore create mode 100644 .gitignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..c0b11c0 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,12 @@ +.git +.gitignore + +./alpine +./Makefile + +*.yml +*.yaml + +./LICENSE +./README.md +./img diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5de64e7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r + +Icon\r\r + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk