forked from zereight/gitlab-mcp
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (45 loc) · 858 Bytes
/
.gitignore
File metadata and controls
57 lines (45 loc) · 858 Bytes
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
node_modules
.DS_Store
build
dist
.env
.env.local
.env.test
coverage/
*.log
# Jest
**/*.test.js
**/*.test.js.map
# Yarn (this project uses Yarn 4, not npm)
.yarn/*
!.yarn/releases/
package-lock.json
.dist/
# ai
.opencode*
.aider*
CLAUDE.md
# Scripts directory (local tools and utilities)
.localscripts/
# MCPB bundles (built artifacts)
*.mcpb
# MCP Registry (local auth tokens and publisher binary)
.mcpregistry_*
mcp-publisher
# Semantic release version file
.semantic-release-version
# Keep assets
!assets/
/generated/prisma
# Generated documentation (built from .in templates by inject-tool-refs)
docs/TOOLS.md
docs/index.md
docs/guide/index.md
docs/guide/authentication.md
docs/guide/installation/claude-desktop.md
docs/tools/index.md
docs/clients/claude-desktop.md
docs/public/llms.txt
# VitePress
docs/.vitepress/dist
docs/.vitepress/cache