diff options
| author | Melonai <einebeere@gmail.com> | 2021-01-11 11:38:26 +0100 |
|---|---|---|
| committer | Melonai <einebeere@gmail.com> | 2021-01-11 11:38:26 +0100 |
| commit | fa1189658a911db852ba974a7382509fb4ffbb7c (patch) | |
| tree | 5637553e1909f863ef6cf78c86116abb218d0fa5 /.gitignore | |
| parent | 5539abe770da491087afcd7dd1ccba1bf8f60631 (diff) | |
| download | shorest-fa1189658a911db852ba974a7382509fb4ffbb7c.tar.zst shorest-fa1189658a911db852ba974a7382509fb4ffbb7c.zip | |
Fully split client and server
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 3cfb48e..cc0d213 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ -/target/ .DS_Store -build/ .idea/ + +build/ +target/ node_modules/ -client/yarn.lock \ No newline at end of file + +.env |
