18 lines
218 B
Plaintext
18 lines
218 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
node_modules
|
|
|
|
# build
|
|
dist
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# lockfile
|
|
package-lock.json
|
|
yarn.lock
|
|
pnpm-lock.yaml
|