chore: update gitignore
This commit is contained in:
+13
-12
@@ -1,21 +1,12 @@
|
||||
# Folders to ignore
|
||||
dist/
|
||||
node_modules/
|
||||
/dist
|
||||
|
||||
/tests/e2e/reports/
|
||||
selenium-debug.log
|
||||
chromedriver.log
|
||||
geckodriver.log
|
||||
tests/e2e/reports/
|
||||
|
||||
# local env files
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Log files
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# OS or Editor folders
|
||||
._*
|
||||
.cache
|
||||
@@ -36,4 +27,14 @@ nbproject
|
||||
Thumbs.db
|
||||
/.vscode/
|
||||
|
||||
# Numerous always-ignore extensions
|
||||
*.diff
|
||||
*.err
|
||||
*.log
|
||||
*.orig
|
||||
*.rej
|
||||
*.swo
|
||||
*.swp
|
||||
*.vi
|
||||
*.zip
|
||||
*~
|
||||
|
||||
Reference in New Issue
Block a user