diff options
author | Adam Carpenter <atc@53hor.net> | 2020-05-03 22:58:13 -0400 |
---|---|---|
committer | Adam Carpenter <atc@53hor.net> | 2020-05-03 22:58:13 -0400 |
commit | b5960dffbd7151c2eedc0e897f94f7b1691c2a39 (patch) | |
tree | 8f4d5f55f219e3e375e62092ca2e88741148e006 /dichroism/.gitignore | |
parent | 12fab23b4d6b3b2106e7d345a63c9a3ae9371082 (diff) | |
download | theglassyladies-b5960dffbd7151c2eedc0e897f94f7b1691c2a39.tar.xz theglassyladies-b5960dffbd7151c2eedc0e897f94f7b1691c2a39.zip |
started actix-web rust project for api
Diffstat (limited to 'dichroism/.gitignore')
-rw-r--r-- | dichroism/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dichroism/.gitignore b/dichroism/.gitignore new file mode 100644 index 0000000..2f7896d --- /dev/null +++ b/dichroism/.gitignore @@ -0,0 +1 @@ +target/ |