ziwen 1 year ago
parent
commit
4ce5d1fad2
2 changed files with 13 additions and 1 deletions
  1. 8 0
      .gitignore
  2. 5 1
      .idea/eta_crawler_local.iml

+ 8 - 0
.gitignore

@@ -0,0 +1,8 @@
+/conf/
+/binlog/
+/rdlucklog/
+/.idea
+.DS_Store
+/static/file/*
+/eta_crawler_local
+/eta_crawler_local.exe

+ 5 - 1
.idea/eta_crawler_local.iml

@@ -2,7 +2,11 @@
 <module type="WEB_MODULE" version="4">
   <component name="Go" enabled="true" />
   <component name="NewModuleRootManager">
-    <content url="file://$MODULE_DIR$" />
+    <content url="file://$MODULE_DIR$">
+      <excludeFolder url="file://$MODULE_DIR$/binlog" />
+      <excludeFolder url="file://$MODULE_DIR$/conf" />
+      <excludeFolder url="file://$MODULE_DIR$/rdlucklog" />
+    </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
   </component>