diff options
author | Keuin <[email protected]> | 2022-09-07 02:47:53 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2022-09-07 02:47:53 +0800 |
commit | 88234ca8fffc4e120adbe0d38071b625ad2f43c7 (patch) | |
tree | ffc08a9ffa34e4de86178a6f54dde59d37707935 | |
parent | b19b2841e1883f65f4a959c9a495057f67e4a9a2 (diff) |
Update gitignore: ignoring vendor and IDE files.
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -12,4 +12,8 @@ *.out # Dependency directories (remove the comment below to include it) -# vendor/ +vendor/ + +# IDE files +.idea/ +.code/
\ No newline at end of file |