diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -5,3 +5,17 @@ db.sqlite3 venv *.pyc __pyccache__ +caas.log +orchestration.log* +.idea + +# Mac files +.DS_Store + +# VSCode files +.vscode + +# Static Files +/src/static/js/ +/src/static/css/ +/src/static/rest_framework/
\ No newline at end of file |
