A website to check if certain file name is ignored by .ignore file
- Enter the Ignore file (
.gitignore
,.dockerignore
) content in the left textarea. - Create new file name by clicking the right button
- If the file is :
- black: not ignored
- gray: ignored
- red: invalid(start with slash/it's empty ...)
- Uses the node-ignore's ignoring logic. You can further reference its syntax to use this website.
- Built with React, Chakra UI, Vite