Parcourir la source

添加忽略文件

wzl_h
wangzl il y a 2 ans
Parent
révision
18e3bf169c
7 fichiers modifiés avec 23 ajouts et 47 suppressions
  1. 23
    0
      .gitignore
  2. 0
    8
      .idea/.gitignore
  3. 0
    6
      .idea/misc.xml
  4. 0
    8
      .idea/modules.xml
  5. 0
    10
      .idea/runConfigurations.xml
  6. 0
    9
      .idea/schoolReportPDF.iml
  7. 0
    6
      .idea/vcs.xml

+ 23
- 0
.gitignore Voir le fichier

@@ -0,0 +1,23 @@
1
+.DS_Store
2
+node_modules
3
+/dist
4
+
5
+# local env files
6
+.env.local
7
+.env.*.local
8
+
9
+# Log files
10
+npm-debug.log*
11
+yarn-debug.log*
12
+yarn-error.log*
13
+pnpm-debug.log*
14
+
15
+# Editor directories and files
16
+.idea
17
+.vscode
18
+*.suo
19
+*.ntvs*
20
+*.njsproj
21
+*.sln
22
+*.sw?
23
+*.zip

+ 0
- 8
.idea/.gitignore Voir le fichier

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

+ 0
- 6
.idea/misc.xml Voir le fichier

@@ -1,6 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<project version="4">
3
-  <component name="ProjectRootManager">
4
-    <output url="file://$PROJECT_DIR$/out" />
5
-  </component>
6
-</project>

+ 0
- 8
.idea/modules.xml Voir le fichier

@@ -1,8 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<project version="4">
3
-  <component name="ProjectModuleManager">
4
-    <modules>
5
-      <module fileurl="file://$PROJECT_DIR$/.idea/schoolReportPDF.iml" filepath="$PROJECT_DIR$/.idea/schoolReportPDF.iml" />
6
-    </modules>
7
-  </component>
8
-</project>

+ 0
- 10
.idea/runConfigurations.xml Voir le fichier

@@ -1,10 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<project version="4">
3
-  <component name="RunConfigurationProducerService">
4
-    <option name="ignoredProducers">
5
-      <set>
6
-        <option value="com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer" />
7
-      </set>
8
-    </option>
9
-  </component>
10
-</project>

+ 0
- 9
.idea/schoolReportPDF.iml Voir le fichier

@@ -1,9 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<module type="JAVA_MODULE" version="4">
3
-  <component name="NewModuleRootManager" inherit-compiler-output="true">
4
-    <exclude-output />
5
-    <content url="file://$MODULE_DIR$" />
6
-    <orderEntry type="inheritedJdk" />
7
-    <orderEntry type="sourceFolder" forTests="false" />
8
-  </component>
9
-</module>

+ 0
- 6
.idea/vcs.xml Voir le fichier

@@ -1,6 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<project version="4">
3
-  <component name="VcsDirectoryMappings">
4
-    <mapping directory="" vcs="Git" />
5
-  </component>
6
-</project>

Chargement…
Annuler
Enregistrer