Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rememberYou committed Jul 16, 2018
0 parents commit 50f2af6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Dependencies
node_modules
package-lock.json

# Logs
*.log
npm-debug.log*
yarn-error.log*

# Other
.nuxt*
.cache

# Dist folder
dist

# Dist example generation
examples/**/dist

# OSX
*.DS_Store
.AppleDouble
.LSOverride

0 comments on commit 50f2af6

Please sign in to comment.