Last active
March 15, 2019 17:20
-
-
Save grallc/8f6efed2c98ed5ba14b424dac64582e2 to your computer and use it in GitHub Desktop.
PHPStorm + NodeJS + VSCode .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
# Node | |
node_modules | |
build | |
npm-debug.log | |
.env | |
package-lock.json | |
# PHPStorm | |
.idea/ | |
# VSCode | |
.vscode | |
.vs/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment