diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -149,4 +149,7 @@ dmypy.json .pytype/ # Cython debug symbols -cython_debug/
\ No newline at end of file +cython_debug/ + +# static files are built +backend/static |
