diff options
Diffstat (limited to 'meta/.gitignore')
| -rw-r--r-- | meta/.gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/.gitignore b/meta/.gitignore new file mode 100644 index 0000000000..7f7232ca89 --- /dev/null +++ b/meta/.gitignore @@ -0,0 +1,17 @@ +.idea/ + +# direnv / Nix +.direnv/ +.pre-commit-config.yaml + +result + +public/*/ + +caches/ +!caches/*/.keep +cache/ +__pycache__ +config.sh +launcher +upstream |
