Skip to content

Commit d735574

Browse files
authored
chore: 🔥 small revisions to synching files (#27)
## Description This PR only makes some small changes, like remove the no longer needed `.dockerignore`, as well as some things in `.gitignore` and `.editorconfig` that aren't used. <!-- Select quick/in-depth as necessary --> This PR needs a quick review.
1 parent b45679b commit d735574

File tree

4 files changed

+0
-31
lines changed

4 files changed

+0
-31
lines changed

.dockerignore

-17
This file was deleted.

.editorconfig

-3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,3 @@ indent_size = 4
2222
indent_style = space
2323
indent_size = 4
2424

25-
# Makefiles always use tabs for indentation
26-
[Makefile]
27-
indent_style = tab

.github/sync.yml

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ group:
55
dest: .github/CODEOWNERS
66
- source: .pre-commit-config.yaml
77
dest: .pre-commit-config.yaml
8-
- source: .dockerignore
9-
dest: .dockerignore
108
- source: .editorconfig
119
dest: .editorconfig
1210
- source: .gitignore

.gitignore

-9
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,6 @@ _book
8181
public
8282
site
8383

84-
# Local data files
85-
**/datafile/*
86-
# Persistent storage should not be stored in git except for the markdown files
87-
persistent_storage
88-
!persistent_storage/**/*.md
89-
90-
# Python Web App
91-
*.sqlite3
92-
*.sqlite3-journal
9384

9485
# Misc files
9586
*.log

0 commit comments

Comments
 (0)