diff options
author | Haidong Ji | 2020-05-10 16:18:46 -0500 |
---|---|---|
committer | Haidong Ji | 2020-05-10 16:18:46 -0500 |
commit | bc5a6815181068e76316aa4a611647124d18ba48 (patch) | |
tree | aab5f2386523dfb064a51a689310a183f8286016 /.idea/.gitignore |
Reachability done. I found it much easier to work with Java than Python. I tried to start with Python but found it difficult to get started.
Diffstat (limited to '.idea/.gitignore')
-rw-r--r-- | .idea/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml |