diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-18 15:34:37 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-18 15:34:37 +0530 |
commit | 93dd72920e5a72c684f53071f4ab1972bf1e878c (patch) | |
tree | a9d32a0ff8a8237003caa7fbb4dd00908a669978 /.gitignore | |
parent | dafb3638bbd1184f15ad9b7637178ea6ce510d90 (diff) |
created a server to just serve the static app
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -21,3 +21,10 @@ npm-debug.log* yarn-debug.log* yarn-error.log* + +/server/openbills +/server/build +/server/app + +/build +/app |