Browse Source

添加ignore文件

MokiBox 2 năm trước cách đây
mục cha
commit
fab158dfb4
2 tập tin đã thay đổi với 13 bổ sung0 xóa
  1. 2 0
      .dockerignore
  2. 11 0
      .gitignore

+ 2 - 0
.dockerignore

@@ -0,0 +1,2 @@
+Dockerfile
+venv

+ 11 - 0
.gitignore

@@ -0,0 +1,11 @@
+# 默认忽略的文件
+/shelf/
+/workspace.xml
+# 基于编辑器的 HTTP 客户端请求
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
+/venv
+/uploads
+.idea