mirror of
https://github.com/philipredstone/relnet.git
synced 2025-06-17 13:11:14 +02:00
16 lines
187 B
Plaintext
16 lines
187 B
Plaintext
# Ignore build outputs
|
|
/dist
|
|
/build
|
|
|
|
# Ignore dependencies
|
|
/node_modules
|
|
|
|
# Ignore coverage reports
|
|
/coverage
|
|
|
|
# Ignore logs
|
|
*.log
|
|
|
|
# Ignore configuration files
|
|
.env
|
|
.env.* |