-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
55 lines (44 loc) · 1009 Bytes
/
.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Ignore config file, except for the example config file
src/instance/*
src/instance/app.cfg
!src/instance/app.cfg.example
*~
mock_airflow/instance/app.cfg
!mock_airflow/instance/app.cfg.example
ingest-venv
#Ignore OS X DS Store
.DS_Store
# Ignore docker copied stuff
docker/ingest-api/src
docker/ingest-api/VERSION
docker/ingest-api/BUILD
BUILD
# Ignore the docker mounted BUILD and VERSION
BUILD
src/VERSION
# Ignore __pycache__ directories in any path
**/__pycache__
# log files in any path
**/*.log
# Rotated log files
**/*.log*
#ignore eclipse files
.project
.pydevproject
#ignore PyCharm files
.idea/
venv
# Ignore PSC puppet generated and copied files
.env
init_env.sh
docker/docker-compose.yml
docker/docker-compose.dev.yml
docker/docker-compose.deployment.test.yml
docker/docker-compose.deployment.prod.yml
docker/docker-development.sh
docker/docker-deployment.sh
docker/ingest-api/nginx/conf.d
# Ignore installed pip bits
venv-hm-ingest-api/*
.vscode/bookmarks.json
.vscode/settings.json