aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhenry <zhanggm@sugon.com>2021-01-05 11:17:04 +0800
committerhenry <zhanggm@sugon.com>2021-01-05 11:17:04 +0800
commite5a3ad372fff51f882a03498d523990b5bca2a4c (patch)
tree9d6bb126d18ca93750ad029b97cc0ba99dc47be9
parent97a94eddab407219faf6b5a5f809057cde331eaa (diff)
downloadseaweedfs-e5a3ad372fff51f882a03498d523990b5bca2a4c.tar.xz
seaweedfs-e5a3ad372fff51f882a03498d523990b5bca2a4c.zip
gitignore
-rw-r--r--.gitignore18
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 671b01051..7a45c2ea0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -83,3 +83,21 @@ other/java/hdfs/dependency-reduced-pom.xml
# binary file
weed/weed
+
+
+
+weed-ui/node_modules/
+weed-ui/dist/
+weed-ui/npm-debug.log*
+weed-ui/yarn-debug.log*
+weed-ui/yarn-error.log*
+weed-ui//test/e2e/reports/
+weed-ui/selenium-debug.log
+
+# Editor directories and files
+
+weed-ui/.vscode
+*.suo
+*.ntvs*
+*.njsproj
+*.sln \ No newline at end of file