Updated: starter
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
# Dependency directory
|
||||
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
|
||||
/node_modules
|
||||
npm-debug.log
|
||||
|
||||
# type script artifacts
|
||||
/typings
|
||||
|
||||
# WebStorm
|
||||
.idea
|
||||
|
||||
# ignore build and dist for now
|
||||
/build
|
||||
/dist
|
||||
|
||||
/demo/**/*.js
|
||||
/demo/**/*.js.map
|
||||
/components/**/*.js
|
||||
/components/**/*.js.map
|
||||
|
||||
/logs
|
||||
Reference in New Issue
Block a user