Fix bug 1859 for VNET supporting in a different resource group
[osm/RO.git] / .gitignore
1 ############################################################################
2 # Copyright 2021 ETSI
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License"); you may
5 # not use this file except in compliance with the License. You may obtain
6 # a copy of the License at
7 #
8 #         http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12 # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13 # License for the specific language governing permissions and limitations
14 # under the License.
15 ############################################################################
16
17 # TOX
18 .tox/
19
20 # Virtualenv
21 venv/
22
23 # Coverage
24 .coverage
25 cover
26 coverage.xml
27 nosetests.xml
28
29 # Python
30 *.pyc
31 *.pyo
32 *.eggs/
33 *.egg-info/
34
35 # logs of openmano
36 logs
37
38 # pycharm
39 .idea
40
41 # eclipse
42 .project
43 .pydevproject
44 .settings
45
46 # vscode
47 .vscode
48
49 #local stuff files that end in ".local" or folders called "local"
50 vnfs/*.local
51 test/*.local
52 scenarios/*.local
53 instance-scenarios/*.local
54 database_utils/*.local
55 scripts/*.local
56 local
57 vnfs/local
58 test/local
59 scenarios/local
60 instance-scenarios/local
61 database_utils/local
62 scripts/local