2018-04-06 02:37:33 +03:00
|
|
|
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
|
|
|
|
# compiled output
|
|
|
|
/bundle
|
|
|
|
/src/generated
|
|
|
|
/src/assets/strings/**/*.json
|
|
|
|
/dist
|
|
|
|
/inlineSrc
|
|
|
|
/tmp
|
|
|
|
|
|
|
|
# dependencies
|
|
|
|
/node_modules
|
|
|
|
/bower_components
|
|
|
|
|
|
|
|
# IDEs and editors
|
|
|
|
/.idea
|
|
|
|
/.vs
|
|
|
|
/obj
|
|
|
|
/*ntvs_analysis*
|
|
|
|
.project
|
|
|
|
.classpath
|
|
|
|
.c9/
|
|
|
|
*.launch
|
|
|
|
.settings/
|
|
|
|
/ssl
|
2018-03-29 23:03:07 +03:00
|
|
|
*.log
|
2018-08-01 20:47:08 +03:00
|
|
|
bin/
|
|
|
|
obj/
|
|
|
|
.vs/
|
2018-03-29 23:03:07 +03:00
|
|
|
|
2018-04-06 02:37:33 +03:00
|
|
|
# test
|
|
|
|
**/*junit*.xml
|
|
|
|
unittests/*
|
|
|
|
scenariotestresults/*
|
|
|
|
|
|
|
|
# misc
|
|
|
|
/.sass-cache
|
|
|
|
/connect.lock
|
|
|
|
/coverage/*
|
|
|
|
/libpeerconnection.log
|
|
|
|
npm-debug.log
|
|
|
|
testem.log
|
|
|
|
/typings
|
|
|
|
|
|
|
|
# e2e
|
|
|
|
/e2e/*.js
|
|
|
|
/e2e/*.map
|
|
|
|
|
|
|
|
#System Files
|
|
|
|
.DS_Store
|
|
|
|
Thumbs.db
|