jankboard/.gitignore

11 lines
194 B
Text
Raw Permalink Normal View History

2024-02-21 13:49:39 -08:00
node_modules
2024-02-21 14:19:36 -08:00
dist
2024-02-23 15:12:46 -08:00
.vscode
app/__pycache__/*
2024-02-24 19:07:56 -08:00
# ignore external apps directory, except for the README
2024-02-25 00:22:59 -08:00
client/public/static/external-apps/*
!client/public/external-apps/README.md
.DS_Store
target