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 261b0f5 commit 34e8383Copy full SHA for 34e8383
.gitignore
@@ -1,21 +1,12 @@
1
+# Folders to ignore
2
+dist/
3
node_modules/
-/dist
-
4
-/tests/e2e/reports/
5
-selenium-debug.log
6
-chromedriver.log
7
-geckodriver.log
+tests/e2e/reports/
8
9
# local env files
10
.env.local
11
.env.*.local
12
13
-# Log files
14
-npm-debug.log*
15
-yarn-debug.log*
16
-yarn-error.log*
17
-pnpm-debug.log*
18
19
# OS or Editor folders
20
._*
21
.cache
@@ -36,4 +27,14 @@ nbproject
36
27
Thumbs.db
37
28
/.vscode/
38
29
30
+# Numerous always-ignore extensions
31
+*.diff
32
+*.err
33
+*.log
34
+*.orig
35
+*.rej
+*.swo
+*.swp
+*.vi
39
*.zip
40
+*~
0 commit comments