From c81932c67b35be7d9f251d5d8ec21d1129077f5b Mon Sep 17 00:00:00 2001 From: "Geir O. Jerstad" Date: Wed, 2 Jul 2025 09:56:45 +0200 Subject: [PATCH] .gitignore --- .gitignore | 48 +++++++++++++++++++++++++++++++++++++ pensum/HTML-CSS/HTML-CSS.md | 0 2 files changed, 48 insertions(+) create mode 100644 .gitignore create mode 100644 pensum/HTML-CSS/HTML-CSS.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..43506da --- /dev/null +++ b/.gitignore @@ -0,0 +1,48 @@ +# Node.js +node_modules/ +npm-debug.log +yarn-debug.log +yarn-error.log + +# Nix +result/ +*.drv +*.out +*.gcno +.nix-gc* +.nix-channels +.nix-defexpr +.nix-profile +.nix-store + +# VS Code +.vscode/ + +# OS +.DS_Store +Thumbs.db + +# Python (if any) +__pycache__/ +*.pyc +*.pyo +*.pyd + +# Misc +*.swp +*.swo +*~ + +# Build +/dist/ +/build/ + +# Environment +.env +.env.* + +# Jupyter +.ipynb_checkpoints/ + +# Local flake lock +flake.lock diff --git a/pensum/HTML-CSS/HTML-CSS.md b/pensum/HTML-CSS/HTML-CSS.md new file mode 100644 index 0000000..e69de29