Skip to content

Commit 31bc9a8

Browse files
committed
feat: Add initial TS submodule
1 parent 1e17292 commit 31bc9a8

File tree

3 files changed

+20
-14
lines changed

3 files changed

+20
-14
lines changed

.gitignore

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
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/
512

6-
# These are backup files generated by rustfmt
7-
**/*.rs.bk
13+
*.sarif
14+
*.tar.gz
815

9-
# MSVC Windows builds of rustc generate these, which store debugging information
10-
*.pdb
16+
coverage.csv
1117

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

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "extractor/tree-sitter"]
2+
path = extractor/tree-sitter
3+
url = https://github.com/tree-sitter-grammars/tree-sitter-bicep

extractor/tree-sitter

Submodule tree-sitter added at bff5988

0 commit comments

Comments
 (0)