Initial Commit
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
deno.lock
|
||||
http/testdata/%25A.txt
|
||||
http/testdata/file#2.txt
|
||||
http/testdata/test file.txt
|
||||
docs/
|
||||
|
||||
# rust build output
|
||||
crypto/_wasm/target
|
||||
cli/testdata/unicode_width_crate/target
|
||||
|
||||
# coverage
|
||||
coverage/
|
||||
|
||||
# misc files
|
||||
.DS_Store
|
||||
.idea
|
||||
.vim
|
||||
_tmp/
|
||||
!_tmp/.keep
|
||||
|
||||
# tsconfig for bun
|
||||
/tsconfig.json
|
||||
Reference in New Issue
Block a user