9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
# Ignore the node_modules and dist directories.
|
|
/node_modules
|
|
/dist
|
|
|
|
# Ignore all .env files,
|
|
# but keep the example and specific environment files.
|
|
# .env*
|
|
!.env.example*
|