aboutsummaryrefslogtreecommitdiffstats
path: root/gui-clamp/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'gui-clamp/.gitignore')
-rw-r--r--gui-clamp/.gitignore26
1 files changed, 0 insertions, 26 deletions
diff --git a/gui-clamp/.gitignore b/gui-clamp/.gitignore
deleted file mode 100644
index f0ec9c4..0000000
--- a/gui-clamp/.gitignore
+++ /dev/null
@@ -1,26 +0,0 @@
-# Ignore files and directories that start with .
-.*
-.*/
-
-target
-/bin/
-ui-react/code-coverage
-
-# IntelliJ files
-*.iml
-**/*.iml
-
-# Node, NPM and Yarn files
-node
-node_modules
-yarn.lock
-
-# React
-*.log
-logs
-**/*.backup.*
-**/*.back.*
-bower_components
-
-# Exclude .gitignore from ignore list
-!/.gitignore