mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-27 10:24:08 +01:00
feat(angular-cli): integrate angular-cli (#989)
This commit is contained in:
parent
7b8a6f4e88
commit
523f44b746
138 changed files with 4507 additions and 7170 deletions
101
.gitignore
vendored
101
.gitignore
vendored
|
|
@ -1,69 +1,42 @@
|
|||
# Logs
|
||||
logs
|
||||
*.log
|
||||
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
||||
|
||||
# Runtime data
|
||||
pids
|
||||
*.pid
|
||||
*.seed
|
||||
|
||||
# Directory for instrumented libs generated by jscoverage/JSCover
|
||||
lib-cov
|
||||
|
||||
# Coverage directory used by tools like istanbul
|
||||
coverage
|
||||
|
||||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
||||
.grunt
|
||||
|
||||
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
||||
build/Release
|
||||
|
||||
# Users Environment Variables
|
||||
.lock-wscript
|
||||
|
||||
# OS generated files #
|
||||
.DS_Store
|
||||
ehthumbs.db
|
||||
Icon?
|
||||
Thumbs.db
|
||||
|
||||
# Node Files #
|
||||
/node_modules
|
||||
/bower_components
|
||||
npm-debug.log
|
||||
|
||||
# Coverage #
|
||||
/coverage/
|
||||
|
||||
# Typing #
|
||||
/src/typings/tsd/
|
||||
/typings/
|
||||
/tsd_typings/
|
||||
|
||||
# Dist #
|
||||
# compiled output
|
||||
/dist
|
||||
/public/__build__/
|
||||
/src/*/__build__/
|
||||
/__build__/**
|
||||
/public/dist/
|
||||
/src/*/dist/
|
||||
/dist/**
|
||||
.webpack.json
|
||||
/build
|
||||
/build/**
|
||||
/compiled
|
||||
/dll
|
||||
/tmp
|
||||
/out-tsc
|
||||
|
||||
# Doc #
|
||||
/doc/
|
||||
# dependencies
|
||||
/node_modules
|
||||
|
||||
# IDE #
|
||||
.idea/
|
||||
*.swp
|
||||
# IDEs and editors
|
||||
/.idea
|
||||
.project
|
||||
.classpath
|
||||
.c9/
|
||||
*.launch
|
||||
.settings/
|
||||
*.sublime-workspace
|
||||
|
||||
# Angular #
|
||||
*.ngfactory.ts
|
||||
*.css.shim.ts
|
||||
*.ngsummary.json
|
||||
*.shim.ngstyle.ts
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue