# 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    # ignore javascript files with only digits in their name
app.json      # any app.json file