build script & framework wrapper for react, angular and vue

This commit is contained in:
Rene
2019-07-30 23:48:15 +02:00
parent 1a79515889
commit 2c5cc23919
85 changed files with 29525 additions and 50 deletions
+40
View File
@@ -0,0 +1,40 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
node_modules/
# dist
example/dist/
example/build/
# local env files
.env.local
.env.*.local
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
*.sublime-workspace
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.vscode
# misc
/.sass-cache
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# System Files
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
Thumbs.db