-
Notifications
You must be signed in to change notification settings - Fork 411
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (32 loc) · 737 Bytes
/
.gitignore
File metadata and controls
41 lines (32 loc) · 737 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
.DS_Store
build/
.idea/
.vscode/*
!.vscode/extensions.json
.pnpm-store/
pnpm-debug.log
node_modules
coverage/
.eslintcache
Makefile
.env
# TypeScript build info files generated during type checking for MV2/MV3 project references
tsconfig.mv2.tsbuildinfo
tsconfig.mv3.tsbuildinfo
# Contains integration test run files.
tools/tmp
# Contains integration and unit tests reports for better bamboo view.
tests-reports/
# Do not push bamboo artifacts to the git.
artifacts/
# Ignore certificates
private
# Ignore tmp resources
tmp/
## FIXME remove
# Cloned tsurlfilter for CI linking
vendor/
# Output directory for CI build
output/
# Generated by bamboo-specs/scripts/generate-find-excludes.sh for Docker builds
gitignore-excludes.txt