Skip to content

Commit 34e8383

Browse files
committed
chore: update gitignore
1 parent 261b0f5 commit 34e8383

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.gitignore

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,12 @@
1+
# Folders to ignore
2+
dist/
13
node_modules/
2-
/dist
3-
4-
/tests/e2e/reports/
5-
selenium-debug.log
6-
chromedriver.log
7-
geckodriver.log
4+
tests/e2e/reports/
85

96
# local env files
107
.env.local
118
.env.*.local
129

13-
# Log files
14-
npm-debug.log*
15-
yarn-debug.log*
16-
yarn-error.log*
17-
pnpm-debug.log*
18-
1910
# OS or Editor folders
2011
._*
2112
.cache
@@ -36,4 +27,14 @@ nbproject
3627
Thumbs.db
3728
/.vscode/
3829

30+
# Numerous always-ignore extensions
31+
*.diff
32+
*.err
33+
*.log
34+
*.orig
35+
*.rej
36+
*.swo
37+
*.swp
38+
*.vi
3939
*.zip
40+
*~

0 commit comments

Comments
 (0)