We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4676e7 commit d38c7e1Copy full SHA for d38c7e1
compiler/.gitignore
@@ -1,28 +1,14 @@
1
.DS_Store
2
.spr.yml
3
4
-# Generated by Cargo
5
-# will have compiled files and executables
6
-debug/
7
-target/
8
-
9
-# These are backup files generated by rustfmt
10
-**/*.rs.bk
11
12
-# MSVC Windows builds of rustc generate these, which store debugging information
13
-*.pdb
14
15
node_modules
16
.watchmanconfig
17
.watchman-cookie-*
18
dist
19
.vscode
20
!packages/playground/.vscode
21
-.spr.yml
22
testfilter.txt
23
24
-bundle-oss.sh
25
26
# forgive
27
*.vsix
28
.vscode-test
compiler/scripts/rustfmt.sh
0 commit comments