diff options
| author | 2023-03-02 19:36:02 -0500 | |
|---|---|---|
| committer | 2023-03-02 19:36:02 -0500 | |
| commit | eb64d2aefae844513cb549b62228d11608280782 (patch) | |
| tree | 38c2690bfc836caf91d9a370fe8eaf3c4ff5aee3 /config | |
| parent | Allow uploaded files to be writeable in nsjail (diff) | |
Add `config/.ignore` file, parsed to ignore file patterns for upload
Currently only includes some python bytecode files
Diffstat (limited to 'config')
| -rw-r--r-- | config/.ignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/.ignore b/config/.ignore new file mode 100644 index 0000000..961321b --- /dev/null +++ b/config/.ignore @@ -0,0 +1,4 @@ +__pycache__/ +*.py[cod] +*$py.class +*.so |