This repository has been archived on 2026-01-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
nodejs-template-with-typesc…/.dockerignore
2023-08-30 20:53:42 +02:00

17 lines
251 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Exclude locally installed packages
node_modules/
# Exclude build files
.dockerignore
Dockerfile
# Exclude git history and configuration
.gitignore
# Exclude IDE configuration
.husky
.github
.nvmrc
.prettierrc
commitlint.config.js
jest.config.js