about summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorMelonai <einebeere@gmail.com>2021-01-11 11:38:26 +0100
committerMelonai <einebeere@gmail.com>2021-01-11 11:38:26 +0100
commitfa1189658a911db852ba974a7382509fb4ffbb7c (patch)
tree5637553e1909f863ef6cf78c86116abb218d0fa5 /.gitignore
parent5539abe770da491087afcd7dd1ccba1bf8f60631 (diff)
downloadshorest-fa1189658a911db852ba974a7382509fb4ffbb7c.tar.zst
shorest-fa1189658a911db852ba974a7382509fb4ffbb7c.zip
Fully split client and server
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
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