Skip to content

Commit

Permalink
feat(service): generate .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Jan 23, 2019
1 parent 8c2dd71 commit 5471074
Showing 1 changed file with 21 additions and 0 deletions.
@@ -0,0 +1,21 @@
.DS_Store
node_modules
/dist

# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*

0 comments on commit 5471074

Please sign in to comment.