summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 212de44..3cfb48e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,6 @@
-/target
-.DS_Store
\ No newline at end of file
+/target/
+.DS_Store
+build/
+.idea/
+node_modules/
+client/yarn.lock
\ No newline at end of file