Skip to content

Commit

Permalink
Dev: added vuejs and started to rebuild the questiontree
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Jun 20, 2017
1 parent 7bf6bc9 commit 0e0edd6
Show file tree
Hide file tree
Showing 9 changed files with 24,583 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitignore
Expand Up @@ -27,6 +27,21 @@
!/plugins/Demo/
!/plugins/AuditLog/

#ignore most of the js-build stuff
.eslintrc
.eslintignore
node_modules/
assets/**/src/
third_party/**/src/
third_party/**/docs/
third_party/**/scripts/
third_party/**/tests/
third_party/**/scss/
third_party/**/less/
third_party/**/*.sh
third_party/**/*.md
third_party/**/gulpfile.js

# RFC and commons directory and files
/.well-known/
/sitemap.xml
Expand Down

0 comments on commit 0e0edd6

Please sign in to comment.