19 lines
222 B
Plaintext
19 lines
222 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
**/node_modules/
|
|
package-lock.json
|
|
|
|
# Environment variables / Secrets
|
|
.env
|
|
**/.env
|
|
|
|
# OS Files
|
|
.DS_Store
|
|
**/.DS_Store
|
|
Thumbs.db
|
|
|
|
# Build and logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|