Skip to content

Instantly share code, notes, and snippets.

@jakecobley
Last active November 14, 2020 23:17
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 jakecobley/cbaf9d404922cc20b842abcc6033bb52 to your computer and use it in GitHub Desktop.
Save jakecobley/cbaf9d404922cc20b842abcc6033bb52 to your computer and use it in GitHub Desktop.
gitignore configuration for VueJS applications.
################################################################################
# Node
################################################################################
node_modules
################################################################################
# Environment Variables
################################################################################
.env
.env.local
.env.*.local
################################################################################
# Compiled Directories & Files
################################################################################
dist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment