Skip to content

Instantly share code, notes, and snippets.

@grallc
Last active March 15, 2019 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grallc/8f6efed2c98ed5ba14b424dac64582e2 to your computer and use it in GitHub Desktop.
Save grallc/8f6efed2c98ed5ba14b424dac64582e2 to your computer and use it in GitHub Desktop.
PHPStorm + NodeJS + VSCode .gitignore
# 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