We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1df98c commit ff21245Copy full SHA for ff21245
.gitignore
@@ -84,19 +84,8 @@ typings/
84
# DynamoDB Local files
85
.dynamodb/
86
87
-
88
docs/.env.example
89
90
-# Generated by Cargo
91
-# will have compiled files and executables
92
-/target/
93
94
-# These are backup files generated by rustfmt
95
-**/*.rs.bk
96
97
-# MSVC Windows builds of rustc generate these, which store debugging information
98
-*.pdb
99
100
# VSCode settings
101
.vscode/
102
@@ -111,9 +100,3 @@ Brewfile.lock.json
111
112
# Performance profiling application
113
.clinic
114
115
-# Ipython Notebook
116
-.ipynb_checkpoints
117
118
-# Benchmark
119
-benchmark-output.json
0 commit comments