forked from microsoft/FluidFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (42 loc) · 1.08 KB
/
.gitignore
File metadata and controls
57 lines (42 loc) · 1.08 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
.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/**
# Bundle analysis artifacts
bundleAnalysis
# Misc pipeline artifacts
artifacts
docs/resources/_gen/
# documentation tool artifact
tsdoc-metadata.json
# 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
.claude/