24 lines
187 B
Plaintext
24 lines
187 B
Plaintext
# lockfiles
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# temp stuff
|
|
tmp/
|
|
*.tmp
|
|
*.bak
|
|
_test*
|
|
|
|
# logs
|
|
*.stackdump
|
|
*.log
|
|
|
|
# Build
|
|
node_modules/
|
|
|
|
# Windows crap
|
|
Thumbs.db
|
|
Desktop.ini
|
|
|
|
# Mac crap
|
|
.DS_Store
|