diff options
| author | Fuwn <[email protected]> | 2021-09-02 02:09:15 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-09-02 02:09:15 -0700 |
| commit | c93edddb81b0e49fb96651e09caa7772d29aae3a (patch) | |
| tree | 4b612a3b3b6c2f0095ff459dab52c235c3f0e9ab | |
| parent | refactor(main): main.go -> capybara.go (diff) | |
| download | capybara-c93edddb81b0e49fb96651e09caa7772d29aae3a.tar.xz capybara-c93edddb81b0e49fb96651e09caa7772d29aae3a.zip | |
chore(git): ignore ide directory
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8aeeab1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# IDE +/.idea/
\ No newline at end of file |