commit b5b0b1d13e5f2761e619400106ec1a945f6b274c Author: miguel.velazquez <zs22016063@estudiantes.uv.mx> Date: Thu Mar 20 17:20:13 2025 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a831e9d --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +# ---> VisualStudioCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + +# ---> Windows +# Windows thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + diff --git a/README.md b/README.md new file mode 100644 index 0000000..1557f63 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Panel_Bootstrap + +Proyecto de Admin. Panel para desarrollo de software \ No newline at end of file