diff --git a/.gitignore b/.gitignore index 3cf4ff9..4999e45 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ packages/ # WebView2 *.WebView2/ +notes/PDF/ diff --git a/notes/PDF/01_CSharp_Basics.pdf b/notes/PDF/01_CSharp_Basics.pdf deleted file mode 100644 index 5c9aa60..0000000 Binary files a/notes/PDF/01_CSharp_Basics.pdf and /dev/null differ diff --git a/notes/PDF/02_Variables_and_Types.pdf b/notes/PDF/02_Variables_and_Types.pdf deleted file mode 100644 index 2022458..0000000 Binary files a/notes/PDF/02_Variables_and_Types.pdf and /dev/null differ diff --git a/notes/PDF/03_Conditions_and_Loops.pdf b/notes/PDF/03_Conditions_and_Loops.pdf deleted file mode 100644 index a9b93ee..0000000 Binary files a/notes/PDF/03_Conditions_and_Loops.pdf and /dev/null differ diff --git a/notes/PDF/04_Methods_and_Classes.pdf b/notes/PDF/04_Methods_and_Classes.pdf deleted file mode 100644 index 89580fb..0000000 Binary files a/notes/PDF/04_Methods_and_Classes.pdf and /dev/null differ diff --git a/notes/PDF/05_MultiFile_and_Access_Modifiers.pdf b/notes/PDF/05_MultiFile_and_Access_Modifiers.pdf deleted file mode 100644 index cd5cf75..0000000 Binary files a/notes/PDF/05_MultiFile_and_Access_Modifiers.pdf and /dev/null differ diff --git a/notes/PDF/06_Inheritance_and_Interface.pdf b/notes/PDF/06_Inheritance_and_Interface.pdf deleted file mode 100644 index 50e53fa..0000000 Binary files a/notes/PDF/06_Inheritance_and_Interface.pdf and /dev/null differ diff --git a/notes/PDF/07_Collections.pdf b/notes/PDF/07_Collections.pdf deleted file mode 100644 index aac49b3..0000000 Binary files a/notes/PDF/07_Collections.pdf and /dev/null differ diff --git a/notes/PDF/08_Exception_Handling.pdf b/notes/PDF/08_Exception_Handling.pdf deleted file mode 100644 index 359551a..0000000 Binary files a/notes/PDF/08_Exception_Handling.pdf and /dev/null differ