| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- # See https://help.github.com/ignore-files/ for more about ignoring files.
- # dependencies
- /node_modules
- # testing
- /coverage
- # production
- /build
- /unpackage
- /dist
- # misc
- .DS_Store
- .cache
- npm-debug.log*
- yarn-debug.log*
- yarn-error.log*
- .tmp*
- .svn
- .tags
- *.sublime-*
- sftp-config.json
- logs
- *.log
- .idea*
- .yo-rc.json
- *.swo
- *.swp
- /dist
- /deps
- yarn.lock
- dev-stats.json
- .vscode
- .history
|