commit 1062f773fd77cce6d5172d85ee22a2957f9417e6 Author: Carlos Eduardo Tonche Vazquez Date: Mon Feb 10 10:05:08 2025 -0600 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c0fb3f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# ---> MicrosoftOffice +*.tmp + +# Word temporary +~$*.doc* + +# Word Auto Backup File +Backup of *.doc* + +# Excel temporary +~$*.xls* + +# Excel Backup File +*.xlk + +# PowerPoint temporary +~$*.ppt* + +# Visio autosave temporary files +*.~vsd* + diff --git a/README.md b/README.md new file mode 100644 index 0000000..07e182f --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Windows10 + +Conjunto de codigos para la administracion y de windwos 10 \ No newline at end of file