Skip to content

Commit 741efbc

Browse files
committed
Add .gitignore and remove node_modules from git tracking
1 parent 2fd3ba5 commit 741efbc

File tree

462 files changed

+51
-141274
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

462 files changed

+51
-141274
lines changed

.gitignore

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Node.js
2+
node_modules/
3+
npm-debug.log*
4+
yarn-error.log*
5+
6+
# Playwright
7+
playwright-report/
8+
test-results/
9+
trace.zip
10+
*.log
11+
12+
# Environment Files
13+
.env
14+
.env.local
15+
.env.*.local
16+
17+
# IDE/Editor Files
18+
.vscode/
19+
.idea/
20+
*.suo
21+
*.ntvs*
22+
*.njsproj
23+
*.sln
24+
*.sw?
25+
26+
# Compiled Output
27+
dist/
28+
out/
29+
build/
30+
coverage/
31+
.DS_Store
32+
Thumbs.db
33+
34+
# Logs
35+
logs/
36+
*.log
37+
yarn-debug.log*
38+
.pnpm-debug.log*

node_modules/.bin/playwright

Lines changed: 0 additions & 16 deletions
This file was deleted.

node_modules/.bin/playwright-core

Lines changed: 0 additions & 16 deletions
This file was deleted.

node_modules/.bin/playwright-core.cmd

Lines changed: 0 additions & 17 deletions
This file was deleted.

node_modules/.bin/playwright-core.ps1

Lines changed: 0 additions & 28 deletions
This file was deleted.

node_modules/.bin/playwright.cmd

Lines changed: 0 additions & 17 deletions
This file was deleted.

node_modules/.bin/playwright.ps1

Lines changed: 0 additions & 28 deletions
This file was deleted.

node_modules/.package-lock.json

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)