Setup skeleton files for new front end build tool (Node, Webpack, React, Typescript)
This commit is contained in:
parent
8d39ed6d27
commit
9015b09026
9 changed files with 120 additions and 5 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -2,13 +2,15 @@
|
|||
venv
|
||||
screenshots/screenshots/
|
||||
stack
|
||||
grunt/node_modules
|
||||
*/node_modules
|
||||
dist
|
||||
dest
|
||||
node_modules
|
||||
static/ldn
|
||||
static/fonts
|
||||
static/js/build
|
||||
stack_local
|
||||
test/data/registry/
|
||||
typings
|
||||
GIT_HEAD
|
||||
.idea
|
||||
|
|
Reference in a new issue