17 lines
251 B
Plaintext
17 lines
251 B
Plaintext
# 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 |