diff options
| author | transtrike <transtrike@gmail.com> | 2021-02-12 18:50:28 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2021-02-12 18:52:45 +0200 |
| commit | 1ab34accfda22ee3ce5c7700e3b97ff3e932d649 (patch) | |
| tree | 1591e22ca5a8f4f97d069c704c7bc84595c09ca6 /src/DevHive.Angular/.gitignore | |
| parent | 2269b5aa6c8d3dcb407c34fa256200bdc573585a (diff) | |
| download | DevHive-1ab34accfda22ee3ce5c7700e3b97ff3e932d649.tar DevHive-1ab34accfda22ee3ce5c7700e3b97ff3e932d649.tar.gz DevHive-1ab34accfda22ee3ce5c7700e3b97ff3e932d649.zip | |
Docker Support Added; Splitted API and Front End
Diffstat (limited to 'src/DevHive.Angular/.gitignore')
| -rw-r--r-- | src/DevHive.Angular/.gitignore | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/src/DevHive.Angular/.gitignore b/src/DevHive.Angular/.gitignore deleted file mode 100644 index 86d943a..0000000 --- a/src/DevHive.Angular/.gitignore +++ /dev/null @@ -1,46 +0,0 @@ -# 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 - -# 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 - -# System Files -.DS_Store -Thumbs.db |
