Skip to content

Commit

Permalink
feat: add .syncignore to ignore unnecessary file transfers to volume
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDMurphy committed Jul 18, 2024
1 parent 8113867 commit 676083c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .syncignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Frontend
**/node_modules
**/.next
**/.eslintrc.json
**/.jest.config.js
**/jest.config.jest
**/.prettierignore
**/.prettierrc.json
**/__tests__
**/npm-debug.log
**/*__mocks__

# Ignore Python-Specific Files
**/.mypy_cache/
**/.nox/
**/.pytest_cache/
**/__pycache__/
**/.coverage
**/*.pyc
**/*.pyo
**/*.pyd

0 comments on commit 676083c

Please sign in to comment.