jankboard/.gitignore
2024-02-25 00:22:59 -08:00

11 lines
No EOL
194 B
Text

node_modules
dist
.vscode
app/__pycache__/*
# ignore external apps directory, except for the README
client/public/static/external-apps/*
!client/public/external-apps/README.md
.DS_Store
target