diff options
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 |
