mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
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>
This commit is contained in:
parent
24dde65bd4
commit
69b0c9c449
1 changed files with 19 additions and 2 deletions
21
.gitignore
vendored
21
.gitignore
vendored
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in a new issue