From 00f2e7ab253c85b7d719159cb26ab29a6a8bb039 Mon Sep 17 00:00:00 2001 From: Philipp Ludewig Date: Sat, 29 May 2021 12:36:14 +0200 Subject: [PATCH] Fixed Session whitespace error --- .gitignore | 34 ++++++++++++++++++ pnp_project_inquisition/.DS_Store | Bin 6148 -> 0 bytes .../Screenshot[1]-01.png | Bin .../{Session => Session}/history.md | 0 4 files changed, 34 insertions(+) create mode 100644 .gitignore delete mode 100644 pnp_project_inquisition/.DS_Store rename pnp_project_inquisition/{Session => Session}/Screenshot[1]-01.png (100%) rename pnp_project_inquisition/{Session => Session}/history.md (100%) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e70206c --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ + +# 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 + +# End of https://www.toptal.com/developers/gitignore/api/macos diff --git a/pnp_project_inquisition/.DS_Store b/pnp_project_inquisition/.DS_Store deleted file mode 100644 index ac171f94b4d3cbbd127a2588be7feb0db5859e53..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKJxc>Y5PcgXT(C(YDA-(SV=%SNC0r1TG^P|m@KkQ|B@3cCW?7L&QM%PC5BX|M+_Iz>5nxoQOpB|bT~bHI9=K4 z3B~!9sNS qjw&K?dBAlF2fh_ER$B2f)eHTx42X$h9*`c2{Rns(%oqbd%D^Z217KVL diff --git a/pnp_project_inquisition/Session /Screenshot[1]-01.png b/pnp_project_inquisition/Session/Screenshot[1]-01.png similarity index 100% rename from pnp_project_inquisition/Session /Screenshot[1]-01.png rename to pnp_project_inquisition/Session/Screenshot[1]-01.png diff --git a/pnp_project_inquisition/Session /history.md b/pnp_project_inquisition/Session/history.md similarity index 100% rename from pnp_project_inquisition/Session /history.md rename to pnp_project_inquisition/Session/history.md