diff --git a/npm/packs/ng/.editorconfig b/npm/packs/ng/.editorconfig new file mode 100644 index 0000000000..e89330a618 --- /dev/null +++ b/npm/packs/ng/.editorconfig @@ -0,0 +1,13 @@ +# Editor configuration, see https://editorconfig.org +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +max_line_length = off +trim_trailing_whitespace = false diff --git a/npm/packs/ng/.gitignore b/npm/packs/ng/.gitignore new file mode 100644 index 0000000000..7f282e1aa3 --- /dev/null +++ b/npm/packs/ng/.gitignore @@ -0,0 +1,49 @@ +# See http://help.github.com/ignore-files/ for more about ignoring files. + +# compiled output +/tmp +/out-tsc +# Only exists if Bazel was run +/bazel-out + +# dependencies +/node_modules + +# profiling files +chrome-profiler-events.json +speed-measure-plugin.json + +# 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 +.history/* + +# misc +/.sass-cache +/connect.lock +/coverage +/libpeerconnection.log +npm-debug.log +yarn-error.log +testem.log +/typings +yarn.lock + +# System Files +.DS_Store +Thumbs.db + +# Packages +!**/[Pp]ackages/* diff --git a/npm/packs/ng/README.md b/npm/packs/ng/README.md new file mode 100644 index 0000000000..454e4ec858 --- /dev/null +++ b/npm/packs/ng/README.md @@ -0,0 +1 @@ +