added updated dockerfiles and ric workflow
[it/otf.git] / otf-frontend / client / .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 # See http://help.github.com/ignore-files/ for more about ignoring files.\r
17 \r
18 # compiled output\r
19 /tmp\r
20 /out-tsc\r
21 /dist\r
22 /test\r
23 \r
24 # dependencies\r
25 /node_modules\r
26 /test\r
27 package-lock.json\r
28 \r
29 # IDEs and editors\r
30 /.idea\r
31 .project\r
32 .classpath\r
33 .c9/\r
34 *.launch\r
35 .settings/\r
36 *.sublime-workspace\r
37 \r
38 # IDE - VSCode\r
39 .vscode/*\r
40 !.vscode/settings.json\r
41 !.vscode/tasks.json\r
42 !.vscode/launch.json\r
43 !.vscode/extensions.json\r
44 \r
45 # misc\r
46 /.sass-cache\r
47 /connect.lock\r
48 /coverage\r
49 /libpeerconnection.log\r
50 npm-debug.log\r
51 testem.log\r
52 /typings\r
53 \r
54 # e2e\r
55 /e2e/*.js\r
56 /e2e/*.map\r
57 \r
58 # System Files\r
59 .DS_Store\r
60 Thumbs.db\r