We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023bc96 commit 7683027Copy full SHA for 7683027
.DS_Store
-8 KB
.gitignore
@@ -1,3 +1,33 @@
1
-node_modules/
+# OS files
2
.DS_Store
3
-.idea/
+
4
+# local env files
5
+.env.local
6
+.env.*.local
7
8
+# Log files
9
+npm-debug.log*
10
+yarn-debug.log*
11
+yarn-error.log*
12
13
+# Editor directories and files
14
+.idea
15
+.vscode
16
+*.suo
17
+*.ntvs*
18
+*.njsproj
19
+*.sln
20
+*.sw*
21
+jsconfig.json
22
23
+# Test files
24
+.nyc_output
25
+coverage
26
27
+# App files
28
+node_modules
29
+dist
30
+www
31
+!www/favicon.ico
32
+package-lock.json
33
+.history
学习导图/.DS_Store
学习导图/前端/.DS_Store
-6 KB
0 commit comments