Skip to content

Commit

Permalink
A learning experience I'm sure all programmers go through...
Browse files Browse the repository at this point in the history
After a machine restore and cloning the repo back from GitHub it became apparent that all local files previously present but assigned to .gitignore had been lost - including the OriginalAppBuild folder which included the original application from which this unfinished one was built. 

Well, obviously - I told it to ignore them didn't I...

The absolute kicker? I deleted the backup while cleaning up my documents folder on autopilot before restoring my machine...

A classic example of being reminded the hard way that computers do EXACTLY what you tell them to and that having backups are only good if you keep them somewhere you wont touch them by mistake.

The only upshots here are that my written work was in a totally separate location, and the actual code itself is of course exactly how I Ieft it - Praise the Omnissiah.

This commit recreates a documents folder and adds the base files for some documents I can recreate easily like the .drawio files. Added the assignment brief and some files for code snips and pseudocode writing for the assignment itself. The OriginalAppBuild is completely gone - there's no way I can reverse engineer what the code has now turned into back into what it was. Be like turning an omelette back into eggs.
  • Loading branch information
AshfordGraye committed Jan 29, 2023
1 parent 47508ab commit 9fc7ba6
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# Folders
/OriginalAppBuild
/Documentation


# Files
.DS_Store
RunTesting.py
ExampleCodeSnips.py
Clipboard.py
X-RunTesting.py

# Filetypes
Binary file added Assignment Documents/Assignment Brief.pdf
Binary file not shown.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file added Assignment Documents/PseudoCode
Empty file.

0 comments on commit 9fc7ba6

Please sign in to comment.