mirror of
https://github.com/philipredstone/relnet.git
synced 2025-06-16 20:51:16 +02:00
19 lines
252 B
Plaintext
19 lines
252 B
Plaintext
# Ignore build outputs
|
|
/dist
|
|
/build
|
|
|
|
# Ignore dependencies
|
|
/node_modules
|
|
|
|
# Ignore coverage reports
|
|
/coverage
|
|
|
|
# Ignore logs
|
|
*.log
|
|
|
|
# Ignore frontend (it has its own Prettier config)
|
|
/frontend
|
|
|
|
# Ignore configuration files
|
|
.env
|
|
.env.* |