Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Dron84
Created June 24, 2020 15:57
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 Dron84/93287a78d515469595e77e72a80cd8cf to your computer and use it in GitHub Desktop.
Save Dron84/93287a78d515469595e77e72a80cd8cf to your computer and use it in GitHub Desktop.
Standart gitignore
.DS_Store
node_modules
/dist
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment