-
Notifications
You must be signed in to change notification settings - Fork 209
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (47 loc) · 847 Bytes
/
.gitignore
File metadata and controls
49 lines (47 loc) · 847 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
# Ignore everything
*
# But not these files...
!*.json
!*.py
!PipFile
!Pipfile.lock
!.gitignore
!.dockerignore
!*.toml
!*.md
!*.rst
!LICENSE
!*.schema
!Makefile
!dependabot.yaml
!poetry.lock
!behave.ini
!*.Dockerfile
!docker-compose.yml
!.vscode/launch.json
!pytest.ini
# Or these folders...
!docs
!.github
!*.png
!.github/ISSUE_TEMPLATE
!.github/ISSUE_TEMPLATE/*.yaml
!.github/workflows
!.github/workflows/*.yml
!uk_bin_collection
!uk_bin_collection/**/*
!uk_bin_collection_api_server
!uk_bin_collection_api_server/**/*
!wiki
!wiki/**/*
!custom_components
!custom_components/**/*/
!custom_components/uk_bin_collection/services.yaml
__pycache__
!TO_BE_CONVERTED
!.devcontainer
uk_bin_collection/.DS_Store
uk_bin_collection/uk_bin_collection/.DS_Store
!scripts
!.kiro
ISSUE_RESOLUTION_PROGRESS.md