Updating the Values.yaml for several services. Cleaned out proprietary data
[it/otf.git] / otf-frontend / .gitignore
1 #   Copyright (c) 2019 AT&T Intellectual Property.                             #\r
2 #                                                                              #\r
3 #   Licensed under the Apache License, Version 2.0 (the "License");            #\r
4 #   you may not use this file except in compliance with the License.           #\r
5 #   You may obtain a copy of the License at                                    #\r
6 #                                                                              #\r
7 #       http://www.apache.org/licenses/LICENSE-2.0                             #\r
8 #                                                                              #\r
9 #   Unless required by applicable law or agreed to in writing, software        #\r
10 #   distributed under the License is distributed on an "AS IS" BASIS,          #\r
11 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #\r
12 #   See the License for the specific language governing permissions and        #\r
13 #   limitations under the License.                                             #\r
14 ################################################################################\r
15 \r
16 # Created by https://www.gitignore.io/api/node,angular\r
17 \r
18 ### Angular ###\r
19 ## Angular ##\r
20 # compiled output\r
21 /dist\r
22 /tmp\r
23 /app/**/*.js\r
24 /app/**/*.js.map\r
25 package-lock.json\r
26 \r
27 # dependencies\r
28 /node_modules\r
29 /bower_components\r
30 \r
31 # IDEs and editors\r
32 /.idea\r
33 /.vscode\r
34 \r
35 # misc\r
36 /.sass-cache\r
37 /connect.lock\r
38 /coverage/*\r
39 /libpeerconnection.log\r
40 npm-debug.log\r
41 testem.log\r
42 /typings\r
43 \r
44 # e2e\r
45 /e2e/*.js\r
46 /e2e/*.map\r
47 \r
48 #System Files\r
49 .DS_Store\r
50 \r
51 ### Node ###\r
52 # Logs\r
53 logs\r
54 *.log\r
55 npm-debug.log*\r
56 yarn-debug.log*\r
57 yarn-error.log*\r
58 \r
59 # Runtime data\r
60 pids\r
61 *.pid\r
62 *.seed\r
63 *.pid.lock\r
64 \r
65 # Directory for instrumented libs generated by jscoverage/JSCover\r
66 lib-cov\r
67 \r
68 # Coverage directory used by tools like istanbul\r
69 coverage\r
70 \r
71 # nyc test coverage\r
72 .nyc_output\r
73 \r
74 # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)\r
75 .grunt\r
76 \r
77 # Bower dependency directory (https://bower.io/)\r
78 bower_components\r
79 \r
80 # node-waf configuration\r
81 .lock-wscript\r
82 \r
83 # Compiled binary addons (https://nodejs.org/api/addons.html)\r
84 build/Release\r
85 \r
86 # Dependency directories\r
87 node_modules/\r
88 jspm_packages/\r
89 \r
90 # TypeScript v1 declaration files\r
91 typings/\r
92 \r
93 # Optional npm cache directory\r
94 .npm\r
95 \r
96 # Optional eslint cache\r
97 .eslintcache\r
98 \r
99 # Optional REPL history\r
100 .node_repl_history\r
101 \r
102 # Output of 'npm pack'\r
103 *.tgz\r
104 \r
105 # Yarn Integrity file\r
106 .yarn-integrity\r
107 \r
108 # dotenv environment variables file\r
109 .env\r
110 \r
111 # parcel-bundler cache (https://parceljs.org/)\r
112 .cache\r
113 \r
114 # next.js build output\r
115 .next\r
116 \r
117 # nuxt.js build output\r
118 .nuxt\r
119 \r
120 # vuepress build output\r
121 .vuepress/dist\r
122 \r
123 # Serverless directories\r
124 .serverless\r
125 \r
126 \r
127 # End of https://www.gitignore.io/api/node,angular\r
128 \r
129 # certs\r
130 server/config/cert/*.pem\r
131 server/config/cert/otf.pem\r
132 server/config/cert/privateKey.pem\r
133 # env script\r
134 envScript.sh\r