summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-server/src/main/webui/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'opendc-web/opendc-web-server/src/main/webui/.gitignore')
-rw-r--r--opendc-web/opendc-web-server/src/main/webui/.gitignore28
1 files changed, 28 insertions, 0 deletions
diff --git a/opendc-web/opendc-web-server/src/main/webui/.gitignore b/opendc-web/opendc-web-server/src/main/webui/.gitignore
new file mode 100644
index 00000000..0f845719
--- /dev/null
+++ b/opendc-web/opendc-web-server/src/main/webui/.gitignore
@@ -0,0 +1,28 @@
+# Dependencies
+/node_modules
+
+# Testing
+/coverage
+
+# Production
+/build
+/public/__ENV.js
+
+# Misc
+.DS_Store
+.env.local
+.env.development.local
+.env.test.local
+.env.production.local
+
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+
+# IntelliJ IDEA
+/.idea
+
+# Environment variables
+.env.local
+
+/.next