abp-ng2-module/.gitignore

49 строки
685 B
Plaintext
Исходник Постоянная ссылка Обычный вид История

# See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
/dist
/tmp
/out-tsc
# Only exists if Bazel was run
/bazel-out
2017-01-02 14:38:12 +03:00
# dependencies
/node_modules
/projects/abp-ng2-module/node_modules
2017-01-02 14:38:12 +03:00
# profiling files
chrome-profiler-events*.json
speed-measure-plugin*.json
# IDEs and editors
/.idea
2017-01-02 14:38:12 +03:00
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
2017-01-02 14:38:12 +03:00
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*
2017-01-02 14:38:12 +03:00
# misc
2022-01-17 13:08:56 +03:00
/.angular/cache
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings
# System Files
2017-01-02 14:38:12 +03:00
.DS_Store
Thumbs.db