mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
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>
21 lines
274 B
Text
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/
|