initial
This commit is contained in:
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user