forked from CloudReactor/cloudreactor-python-ecs-quickstart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
41 lines (31 loc) · 734 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
.idea/
build/
__pycache__/
__pycache__
*.py[cod]
.mypy_cache
# Django stuff:
*.log
local_settings.py
db.sqlite3
# Flask stuff:
instance/
.webassets-cache
# Ansible stuff
deploy/deploy.retry
# Remove these lines if you are committing encrypted secret files to source control,
# with either ansible-vault or git-encrypt.
deploy/docker_deploy.env
deploy/docker_deploy.*.env
deploy/files/.env.*
!deploy/files/.env.example
# Note: for development, we assume this file is unencrypted so
# that changes will be picked up immediately without decryption.
!deploy/files/.env.dev
deploy/vars/*.yml
!deploy/vars/common.yml
!deploy/vars/example.yml
# End lines to remove if committing encrypted secrets
.DS_Store
# Editor files
.vscode/