Documentation/.gitignore
Javier Pérez 69b0c9c449 Update the .gitignore file (#465)
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

- Added VS Code directory
- Improve structure
- Add comments to `.gitignore`

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/465
Reviewed-by: Panagiotis "Ivory" Vasilopoulos <git@n0toose.net>
Co-authored-by: Javier Pérez <walpo@noreply.codeberg.org>
Co-committed-by: Javier Pérez <walpo@noreply.codeberg.org>
2024-08-12 12:32:37 +00:00

21 lines
274 B
Text

# Project-specific
## Output of Eleventy site builder
_site/
# 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/