diff --git a/.gitignore b/.gitignore index 1c3f58b..e5221d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,21 @@ -node_modules/ +# Project-specific +## Output of Eleventy site builder _site/ -pages.git/ + + +# Integrated development environments (IDEs) and text editors +## JetBrains .idea/ + +## Visual Studio Code +.vscode/ + + +# Package managers +## npm - Node.js +node_modules/ + + +# Web servers +## Codeberg Pages +pages.git/