-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
25 lines (20 loc) · 1.05 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
##############################################################################
# Be aware that every service, template and demo should provide a .gitignore
# file that matches the individual requirements of the component. This file
# only contains ignore rules applicable for all of the repo.
##############################################################################
# .env files are used during local development and testing to configure a
# service. The settings should most likely not work on other machines and
# may even contain sensitive information. They thus don't belong in the
# repo.
.env
# These temporary files have been encountered while developing in
# dedicated branches.
__pycache__
# Don't commit the build version of the documentation.
# It is autogenerated by readthedocs.
docs/build/
# This is actually a standalone package, but also included here as it is required
# for building some services. However, we don't need the .git stuff.
service_templates/energy_service_generics/.git
service_templates/energy_service_generics/.gitlab-ci.yml