mirror of
https://github.com/philipredstone/relnet.git
synced 2025-07-11 16:06:40 +02:00
.github
.idea
.vscode
frontend
src
.dockerignore
.env.template
.gitignore
.prettierignore
.prettierrc
Dockerfile
LICENSE.txt
README.md
docker-compose.traefik.yml
docker-compose.yml
package.json
tsconfig.json
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.* |