diff options
| author | ckonstanski <kostcarl@isu.edu> | 2026-07-30 18:17:14 -0600 |
|---|---|---|
| committer | ckonstanski <kostcarl@isu.edu> | 2026-07-30 18:17:14 -0600 |
| commit | 640ff61422bc0ee3966941b93d9889ddbbd38d77 (patch) | |
| tree | abf1c08f5d38ee53ec8b29dc4f425722517505e6 /.gitignore | |
| parent | 22dae02a86c1fce71091bfa5289cf99abba1b217 (diff) | |
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 |
