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