forked from winglang/wing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
47 lines (38 loc) · 874 Bytes
/
.gitignore
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
.DS_Store
node_modules/
.pnpm-store/
.env
*.tfstate
*.tfstate.*
.history
*.vsix
# WASI SDK (insalled by "pnpm install")
.cargo/wasi-sdk-*/
# Generated wing output
*.w.out/
# Generated wingc .jsii binary cache
**/*.jsii.speedy
# cargo output
## will have compiled files and executables from cargo
debug/
target/
*.tgz
## These are backup files generated by rustfmt
**/*.rs.bk
## MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# tree-sitter-wing
libs/tree-sitter-wing/log.html
libs/tree-sitter-wing/*.wasm
libs/tree-sitter-wing/build/
libs/tree-sitter-wing/src/parser.c
libs/tree-sitter-wing/src/grammar.json
libs/tree-sitter-wing/src/node-types.json
libs/tree-sitter-wing/src/tree_sitter/
# wing
apps/wing/dist
# hangar
tools/hangar/results/
tools/hangar/tmp/
tools/hangar/src/test_corpus/*
tools/hangar/__snapshots__/**/proc.*/