forked from Shared/esg
27 lines
326 B
Plaintext
27 lines
326 B
Plaintext
# Versioning and metadata
|
|
.git/
|
|
.gitignore
|
|
.dockerignore
|
|
|
|
# Build dependencies
|
|
dist/
|
|
node_modules/
|
|
coverage
|
|
|
|
# Environment (contains sensitive data)
|
|
.env
|
|
|
|
# Files not required for production
|
|
.editorconfig
|
|
Dockerfile
|
|
README.md
|
|
.eslintrc.js
|
|
nodemon.json
|
|
|
|
docker-compose*
|
|
LICENSE
|
|
*.md
|
|
.sonarcloud*
|
|
.editorconfig
|
|
commitlint*
|
|
*.gql |