Last active
April 26, 2021 20:41
-
-
Save vincenavarro/3b1fc1a8e3995593229945902fdb4e84 to your computer and use it in GitHub Desktop.
Generic .gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*~ | |
*.bak | |
*.lnk | |
*.log | |
._* | |
.env | |
.env.local | |
.DS_Store | |
[Dd]esktop.ini | |
[Tt]humbs.db | |
.BridgeSort | |
.vscode/ | |
node_modules/ | |
public/ | |
$RECYCLE.BIN/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment