-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
39 lines (35 loc) · 947 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
##
# GitIgnore.
#
# The file patterns here won't commit to the `git` Repository.
#
# Don't add operating system or IDE files, here. This file is only for project-releated ignores. If you have ignores
# specific to your environment, you should add a global ignore file, instead:
#
# ```sh
# git config --global core.excludesfile '~/.gitignore_global'
# ```
#
# @link https://git-scm.com/docs/gitignore
# @link https://help.github.com/articles/ignoring-files
#
##
# MegaLinter.
#
# @link https://megalinter.io/
#
**/*megalinter*
.ruff_cache/
megalinter-reports/
##
# Visual Studio Code.
#
# This is an exception to the IDE rules in the preceding description, as VSCode is the formally supported IDE for this
# project, and certain configurations are available to best support the project's Software Development Lifecycle.
#
# @link https://code.visualstudio.com/
#
.vscode/**/*
!.vscode/extensions.json
!.vscode/README.md
!.vscode/settings.json