You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
325 B
26 lines
325 B
# OS |
|
.DS_Store |
|
|
|
# ignore node dependency directories & lock |
|
node_modules |
|
yarn.lock |
|
pnpm-lock.yaml |
|
package-lock.json |
|
|
|
# ignore log files and local |
|
*.log |
|
*.local |
|
.env.local |
|
.env.development.local |
|
.env.test.local |
|
.env.production.local |
|
.history |
|
|
|
# ignore compiled files |
|
build |
|
types |
|
coverage |
|
|
|
# ignore ide settings |
|
.idea |
|
.vscode
|
|
|