mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-08-06 14:59:57 +08:00
17 lines
202 B
Plaintext
17 lines
202 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
|