29 lines
256 B
Plaintext
29 lines
256 B
Plaintext
# npm
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# build output
|
|
dist/
|
|
dist_*/
|
|
|
|
# ide
|
|
.idea/
|
|
.nogit/
|
|
|
|
# os generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# cache
|
|
.cache/
|
|
|
|
# test output
|
|
coverage/
|
|
.nyc_output/
|
|
.playwright-mcp/
|