diff options
| author | Fuwn <[email protected]> | 2022-06-28 02:15:02 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-28 02:15:02 -0700 |
| commit | d011b3bf0284ef0e9f87b09e0a25770c96a5c167 (patch) | |
| tree | c57ede11a2c2df01c11cb14e8ad9871a8eaf65cc /.gitignore | |
| download | sumy-main.tar.xz sumy-main.zip | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fb864ae --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Rust +target +Cargo.lock + +# Node.js +index.node +**/node_modules +npm-debug.log* + +# Miscellaneous +**/.DS_Store |