added svcapi ui and camunda code
[it/otf.git] / otf-frontend / .gitignore
diff --git a/otf-frontend/.gitignore b/otf-frontend/.gitignore
new file mode 100644 (file)
index 0000000..91cebbb
--- /dev/null
@@ -0,0 +1,121 @@
+\r
+# Created by https://www.gitignore.io/api/node,angular\r
+\r
+### Angular ###\r
+## Angular ##\r
+# compiled output\r
+/dist\r
+/tmp\r
+/app/**/*.js\r
+/app/**/*.js.map\r
+package-lock.json\r
+\r
+# dependencies\r
+/node_modules\r
+/bower_components\r
+\r
+# IDEs and editors\r
+/.idea\r
+/.vscode\r
+\r
+# misc\r
+/.sass-cache\r
+/connect.lock\r
+/coverage/*\r
+/libpeerconnection.log\r
+npm-debug.log\r
+testem.log\r
+/typings\r
+\r
+# e2e\r
+/e2e/*.js\r
+/e2e/*.map\r
+\r
+#System Files\r
+.DS_Store\r
+\r
+### Node ###\r
+# Logs\r
+logs\r
+*.log\r
+npm-debug.log*\r
+yarn-debug.log*\r
+yarn-error.log*\r
+\r
+# Runtime data\r
+pids\r
+*.pid\r
+*.seed\r
+*.pid.lock\r
+\r
+# Directory for instrumented libs generated by jscoverage/JSCover\r
+lib-cov\r
+\r
+# Coverage directory used by tools like istanbul\r
+coverage\r
+\r
+# nyc test coverage\r
+.nyc_output\r
+\r
+# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)\r
+.grunt\r
+\r
+# Bower dependency directory (https://bower.io/)\r
+bower_components\r
+\r
+# node-waf configuration\r
+.lock-wscript\r
+\r
+# Compiled binary addons (https://nodejs.org/api/addons.html)\r
+build/Release\r
+\r
+# Dependency directories\r
+node_modules/\r
+jspm_packages/\r
+\r
+# TypeScript v1 declaration files\r
+typings/\r
+\r
+# Optional npm cache directory\r
+.npm\r
+\r
+# Optional eslint cache\r
+.eslintcache\r
+\r
+# Optional REPL history\r
+.node_repl_history\r
+\r
+# Output of 'npm pack'\r
+*.tgz\r
+\r
+# Yarn Integrity file\r
+.yarn-integrity\r
+\r
+# dotenv environment variables file\r
+.env\r
+\r
+# parcel-bundler cache (https://parceljs.org/)\r
+.cache\r
+\r
+# next.js build output\r
+.next\r
+\r
+# nuxt.js build output\r
+.nuxt\r
+\r
+# vuepress build output\r
+.vuepress/dist\r
+\r
+# Serverless directories\r
+.serverless\r
+\r
+\r
+# End of https://www.gitignore.io/api/node,angular\r
+server/config/default.json\r
+\r
+# certs\r
+server/config/cert/*.pem\r
+server/config/cert/otf.pem\r
+server/config/cert/privateKey.pem\r
+# env script\r
+envScript.sh\r