Skip to content

Commit

Permalink
initial commit of react rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
Adnan Abdulhussein committed Jan 8, 2018
1 parent fff17b3 commit eeecf64
Show file tree
Hide file tree
Showing 247 changed files with 5,157 additions and 19,255 deletions.
60 changes: 0 additions & 60 deletions .angular-cli.json

This file was deleted.

38 changes: 0 additions & 38 deletions .circleci/config.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .editorconfig

This file was deleted.

49 changes: 13 additions & 36 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,44 +1,21 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
/rootfs/dist
/tmp
/out-tsc
# See https://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
/node_modules

# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

# misc
/.sass-cache
/connect.lock
# testing
/coverage
/libpeerconnection.log
npm-debug.log
testem.log
/typings

# e2e
/e2e/*.js
/e2e/*.map
# production
/build

# System Files
# misc
.DS_Store
Thumbs.db

.env
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

Loading

0 comments on commit eeecf64

Please sign in to comment.