File tree Expand file tree Collapse file tree 3 files changed +20
-14
lines changed Expand file tree Collapse file tree 3 files changed +20
-14
lines changed Original file line number Diff line number Diff line change 1
- # Generated by Cargo
2
- # will have compiled files and executables
3
- debug /
4
- target /
1
+ target
2
+ extractor-pack
3
+ .vscode /launch.json
4
+ .cache
5
+ .codeql
6
+ /codeql
7
+ ql /test /** /* .testproj
8
+ ql /test /** /* .actual
9
+ ql /test /** /CONSISTENCY
10
+ work
11
+ testing /
5
12
6
- # These are backup files generated by rustfmt
7
- ** / * .rs.bk
13
+ * .sarif
14
+ * .tar.gz
8
15
9
- # MSVC Windows builds of rustc generate these, which store debugging information
10
- * .pdb
16
+ coverage.csv
11
17
12
- # RustRover
13
- # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
14
- # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
15
- # and can be added to the global gitignore or merged into this file. For a more nuclear
16
- # option (not recommended) you can uncomment the following to ignore the entire idea folder.
17
- # .idea/
18
+ # Ignore MacOS files
19
+ .DS_Store
Original file line number Diff line number Diff line change
1
+ [submodule "extractor/tree-sitter "]
2
+ path = extractor/tree-sitter
3
+ url = https://github.com/tree-sitter-grammars/tree-sitter-bicep
You can’t perform that action at this time.
0 commit comments