angular-react/.gitignore

57 строки
675 B
Plaintext
Исходник Обычный вид История

# See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
/dist
/tmp
/out-tsc
# 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
/coverage
/libpeerconnection.log
npm-debug.log
testem.log
/typings
# e2e
/e2e/*.js
/e2e/*.map
# System Files
.DS_Store
Thumbs.db
2018-04-04 06:40:33 +03:00
# yarn
yarn-error.log
# dist artifacts
2018-04-04 13:06:30 +03:00
@angular-react/
2020-09-10 10:15:32 +03:00
angular-react-fabric
angular-react-utils
2018-04-04 06:40:33 +03:00
# ng-packagr (temporary files)
.ng_pkg_build/
2018-06-28 16:41:09 +03:00
.nyc-output/
2018-08-01 20:18:40 +03:00