The site is more or less working. Some weirdness with animations though
This commit is contained in:
31
.gitignore
vendored
31
.gitignore
vendored
@@ -37,3 +37,34 @@ testem.log
|
||||
# System Files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
### Angular ###
|
||||
### Angular ##
|
||||
## compiled output
|
||||
/dist
|
||||
/tmp
|
||||
/app/**/*.js
|
||||
/app/**/*.js.map
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
/bower_components
|
||||
|
||||
# IDEs and editors
|
||||
/.idea
|
||||
|
||||
# misc
|
||||
/.sass-cache
|
||||
/connect.lock
|
||||
/coverage/*
|
||||
/libpeerconnection.log
|
||||
npm-debug.log
|
||||
testem.log
|
||||
/typings
|
||||
|
||||
# e2e
|
||||
/e2e/*.js
|
||||
/e2e/*.map
|
||||
|
||||
#System Files
|
||||
.DS_Store
|
||||
|
||||
|
||||
Reference in New Issue
Block a user