forked from ansible/django-ansible-base
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (44 loc) · 677 Bytes
/
.gitignore
File metadata and controls
54 lines (44 loc) · 677 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
# User level pre-commit hooks
pre-commit-user
# Make target touch files
.docker-compose-built
# Python & setuptools
__pycache__
/build
/deb-build
/reprepro
/rpm-build
/tar-build
/setup-bundle-build
/dist
/*.egg-info
*.py[c,o]
/.eggs
.coverage*
coverage.xml
coverage.json
django-ansible-base-test-results.xml
htmlcov
*.tox
venv/
.venv/
# Mac OS X
*.DS_Store
# VSCode
.vscode/
# Editors
*.sw[poj]
*~
# SQLite
*.sqlite3
*.sqlite3_gw*
*.sqlite3-journal
# Container customizations
container-startup.yml
tools/generated/*
# Gets created when testing sonar-scanner locally
.scannerwork
# generated ssl certs
compose/ingress/certs/*
# static files
test_app/static_collected/