-
Notifications
You must be signed in to change notification settings - Fork 568
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (50 loc) · 1.44 KB
/
.gitignore
File metadata and controls
65 lines (50 loc) · 1.44 KB
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
58
59
60
61
62
63
64
65
.cache-loader
node_modules
dist
lib
!common/lib
nyc
*.log
.DS_Store
.vale/*
!.vale/config/
.vale/config/*
!.vale/config/vocabularies/
.vale/config/vocabularies/*
!.vale/config/vocabularies/fluid/
# Generated Node10 module resolution compatibility files
alpha.d.ts
beta.d.ts
internal.d.ts
legacy.d.ts
# TypeScript incremental build cache
*.tsbuildinfo
# c8 code coverage temporary files
/coverage/tmp/
# Temporary api-extractor build artifacts
**/_api-extractor-temp/**
# api-extractor metadata artifact
# This should not be generically ignored nor checked in. If found, examine settings
# to see if file is meant to be generated in that location.
# tsdoc-metadata.json
# Bundle analysis artifacts
bundleAnalysis
# Misc pipeline artifacts
artifacts
docs/resources/_gen/
# PNPM store (when mounting host file system in docker container)
.pnpm-store/
# TODO: This can be removed once the `flub add changeset` command no longer creates the UPCOMING file.
UPCOMING.md
# Ignore the build output archive folder
# This is created to later publish its content on the pipeline and do not need to be included on git as
# artifacts or bundleAnalysis folders. See scripts/pack-build-output.sh for more details.
build_output_archive
# Claude Code
# Local settings contain author-specific information and should not be shared.
**/.claude/**/*.local.*
CLAUDE.local.md
# Session-specific task tracking
**/.claude/todos/
# Git worktrees created by Claude Code
**/.claude/worktrees/