Skip to content

chore: 🔥 small revisions to synching files #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .dockerignore

This file was deleted.

3 changes: 0 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,3 @@ indent_size = 4
indent_style = space
indent_size = 4

# Makefiles always use tabs for indentation
[Makefile]
indent_style = tab
2 changes: 0 additions & 2 deletions .github/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ group:
dest: .github/CODEOWNERS
- source: .pre-commit-config.yaml
dest: .pre-commit-config.yaml
- source: .dockerignore
dest: .dockerignore
- source: .editorconfig
dest: .editorconfig
- source: .gitignore
Expand Down
9 changes: 0 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,6 @@ _book
public
site

# Local data files
**/datafile/*
# Persistent storage should not be stored in git except for the markdown files
persistent_storage
!persistent_storage/**/*.md

# Python Web App
*.sqlite3
*.sqlite3-journal

# Misc files
*.log