mirror of
https://github.com/SrIzan10/nodemon.git
synced 2026-05-01 10:55:09 +00:00
7 lines
277 B
Plaintext
7 lines
277 B
Plaintext
# this is my ignore file with a nice comment at the top
|
|
|
|
/vendor/* # ignore all external submodules
|
|
/public/* # static files
|
|
./README.md # a specific file
|
|
*.css # ignore any CSS files too
|
|
:(\d)*\.js # monitor javascript files with only digits in their name |