forked from iTwin/itwinjs-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (44 loc) · 640 Bytes
/
.gitignore
File metadata and controls
55 lines (44 loc) · 640 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
# dependencies
node_modules
package-lock.json
# build output
.nyc_output
lib
build
/**/test/output
/generated-docs
/out
**/DevBuild.txt
coverage
full_stack_test_results
integration_test_results
ecschema-rpcinterface-tests-result
imjs_plugins
imjs_extensions
!tools/build
# rush-specific
/common/temp
package-deps.json
/**/.rush
*.build.log
*.build.error.log
common/autoinstallers/*/.npmrc
# pnpm
.pnpm-debug.log
# docs
/public
# trash
*.bak
*.orig
.node-xmlhttprequest-sync*
# xcode
/**/xcuserdata
# Output of 'npm pack'
*.tgz
# Mac specfic
.DS_Store
.env
.env.local
.env.*.local
common/api/summary/summary.exports.csv
debug.log