Browse Source

add .gitignore

侠义书生 3 years ago
parent
commit
c3427a2e9d

+ 2 - 0
.gitignore

@@ -0,0 +1,2 @@
+.idea
+.vscode

+ 8 - 0
kylin-os-installer-1.0.15/.idea/.gitignore

@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
+# Editor-based HTTP Client requests
+/httpRequests/

+ 8 - 0
kylin-os-installer-1.0.15/.idea/kylin-os-installer-1.0.15.iml

@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="CPP_MODULE" version="4">
+  <component name="NewModuleRootManager">
+    <content url="file://$MODULE_DIR$" />
+    <orderEntry type="inheritedJdk" />
+    <orderEntry type="sourceFolder" forTests="false" />
+  </component>
+</module>