diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2f227c3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +testing/ +util.sh + +# Created by https://www.toptal.com/developers/gitignore/api/macos +# Edit at https://www.toptal.com/developers/gitignore?templates=macos + +### macOS ### +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + + +# 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 + +### macOS Patch ### +# iCloud generated files +*.icloud + +# End of https://www.toptal.com/developers/gitignore/api/macos \ No newline at end of file diff --git a/icons/apl-logo.png b/icons/apl-logo.png new file mode 100644 index 0000000..65dac04 Binary files /dev/null and b/icons/apl-logo.png differ diff --git a/index.html b/index.html index 056a802..903f008 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,15 @@