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