diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1b0729d --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# Local build output +/aegis +/aegis-build + +# Local configuration and encrypted identity material +*.age +config.json +profile.json +*.tmp + +# Editor and OS files +.DS_Store +*.swp + |
