16 lines
170 B
Plaintext
16 lines
170 B
Plaintext
# dependencies
|
|
**/node_modules
|
|
|
|
# misc
|
|
**/.DS_Store
|
|
|
|
# environment config
|
|
**/.env
|
|
|
|
# production
|
|
**/build
|
|
**/npm-debug.log*
|
|
|
|
# Persistence Directory for Docker
|
|
**/persist
|