mirror of
https://github.com/SrIzan10/nodemon.git
synced 2026-05-01 10:55:09 +00:00
6 lines
200 B
Plaintext
6 lines
200 B
Plaintext
# this is my ignore file with a nice comment at the top
|
|
|
|
/vendor/* # ignore all external submodules
|
|
/public/* # comment
|
|
./README.md # a specific file
|
|
*.css # ignore any CSS files too |