diff options
author | 2021-12-18 21:03:31 -0800 | |
---|---|---|
committer | 2021-12-18 21:03:31 -0800 | |
commit | a1e1509358866eb7b39f277803cc6065dff678d5 (patch) | |
tree | bca7f56045c13f54ab15a02a24ca03eb6d33b56e | |
parent | 39d8b0c8c143613627051e979fea7308548fbe69 (diff) | |
download | bun-a1e1509358866eb7b39f277803cc6065dff678d5.tar.gz bun-a1e1509358866eb7b39f277803cc6065dff678d5.tar.zst bun-a1e1509358866eb7b39f277803cc6065dff678d5.zip |
Create .gitattributes
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..813f045f9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +.vscode/launch.json linguist-generated +src/api/schema.d.ts linguist-generated +src/api/schema.js linguist-generated |