Parcourir la source

添加ignore文件

MokiBox il y a 2 ans
Parent
commit
fab158dfb4
2 fichiers modifiés avec 13 ajouts et 0 suppressions
  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