diff options
author | Melody Horn <melody@boringcactus.com> | 2021-03-12 18:55:07 -0700 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-03-12 18:55:07 -0700 |
commit | a07fed3794c0f91b4c2c7cd2332163b8cf031a72 (patch) | |
tree | 5386439f72b993421ba7e2dcb8cb84e1a748373c /.gitignore | |
download | rust-typing-the-technical-interview-a07fed3794c0f91b4c2c7cd2332163b8cf031a72.tar.gz rust-typing-the-technical-interview-a07fed3794c0f91b4c2c7cd2332163b8cf031a72.zip |
a first attempt at heresy
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d81f12e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/target +/.idea |