We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 519bed2 + c8d3b07 commit c141f01Copy full SHA for c141f01
.gitignore
@@ -95,3 +95,25 @@ Examples/Rest.ps1
95
Examples/play/*
96
Examples/bechmark.ps1
97
.build/un.ps1
98
+
99
100
+# Dependencies
101
+website/node_modules
102
103
+# Production
104
+website/build
105
106
+# Generated files
107
+website/.docusaurus
108
+website/.cache-loader
109
110
+# Misc
111
+website/.DS_Store
112
+website/.env.local
113
+website/.env.development.local
114
+website/.env.test.local
115
+website/.env.production.local
116
117
+website/npm-debug.log*
118
+website/yarn-debug.log*
119
+website/yarn-error.log*
0 commit comments