mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-12-19 06:58:15 +08:00
21 lines
227 B
Plaintext
21 lines
227 B
Plaintext
# dependencies
|
|
/node_modules
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# intelliJ workspace folder
|
|
.idea
|
|
.vscode
|
|
.trae
|
|
|
|
/coverage
|