Git: .gitignore
- The
.gitignorefile contains the files to be ignored by Git - Works with wildcards
Eg:.*- ignore all files starting with a. - Useful for ignoring files specific to your local development environment:
- Codeblocks or VScode configuration files
./node_modulesfolder in Node.js