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.
1 parent 1867d95 commit 6cfdf88Copy full SHA for 6cfdf88
.gitignore
@@ -1,4 +1,3 @@
1
-.DS_Store
2
node_modules/
3
/dist
4
@@ -7,7 +6,6 @@ selenium-debug.log
7
6
chromedriver.log
8
geckodriver.log
9
10
-
11
# local env files
12
.env.local
13
.env.*.local
@@ -18,13 +16,24 @@ yarn-debug.log*
18
16
yarn-error.log*
19
17
pnpm-debug.log*
20
21
-# Editor directories and files
+# OS or Editor folders
+._*
+.cache
22
+.DS_Store
23
.idea
-.vscode
24
+.project
25
+.settings
26
+.tmproj
27
+*.esproj
28
+*.sublime-project
29
+*.sublime-workspace
30
*.suo
31
*.ntvs*
32
*.njsproj
33
*.sln
34
*.sw?
35
+nbproject
36
+Thumbs.db
37
+/.vscode/
38
-__old
39
+*.zip
0 commit comments