-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
77 lines (57 loc) · 905 Bytes
/
.gitignore
File metadata and controls
77 lines (57 loc) · 905 Bytes
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Created by .ignore support plugin (hsz.mobi)
*.py[cod]
*.env
.idea
.DS_Store
logs/*
!logs/index.html
# Translations
*.mo
*.pot
download/
.coverage
htmlcov/
.coveralls.yml
# Elasticsearch
docker/Elasticsearch/data/
docker/Elasticsearch/logs/
# Fluentd
docker/Fluentd/log/
# InfluxDB
docker/InfluxDB/data/
# MariaDB
docker/MariaDB/backup/
docker/MariaDB/data/
docker/MariaDB/log/
# MySQL
docker/MySQL/backup/
docker/MySQL/schema/
docker/MySQL/data/
docker/MySQL/log/
# Nginx
docker/Nginx/logs/
docker/Nginx/dist/
docker/Nginx/dist_*/
docker/Nginx/logrotate.d/nginx
# Redis
docker/Redis/data/
# RabbitMQ
docker/RabbitMQ/data/
docker/RabbitMQ/log/
# Config
config/*
!config/__init__.py
!config/default.py
env_*.sh
!env_default.sh
# gitbook
docs/_book/*
docs/node_modules
docs/package-lock.json
# databases backup
db/backup/*
!db/backup/README.md
# NIPAP
docker/NIPAP/data/
# sync
sync/*