diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3f8cd9e --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +#Ignore all executables +Cipher* + +#Ignore all libraries +lib* + +#Ignore all VSCode files +.vscode/* \ No newline at end of file