13 lines
140 B
Plaintext
13 lines
140 B
Plaintext
# Ignore build output
|
|
dist/
|
|
build/
|
|
|
|
# Ignore dependencies
|
|
node_modules/
|
|
|
|
# Ignore lock files
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
coverage/
|
|
*.min.js |