From 1ab34accfda22ee3ce5c7700e3b97ff3e932d649 Mon Sep 17 00:00:00 2001 From: transtrike Date: Fri, 12 Feb 2021 18:50:28 +0200 Subject: Docker Support Added; Splitted API and Front End --- src/DevHive.Angular/.gitignore | 46 ------------------------------------------ 1 file changed, 46 deletions(-) delete mode 100644 src/DevHive.Angular/.gitignore (limited to 'src/DevHive.Angular/.gitignore') 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 -- cgit v1.2.3