diff options
| author | Antia Anderson <anita@ansan.io> | 2026-08-15 04:17:38 -0400 |
|---|---|---|
| committer | Antia Anderson <anita@ansan.io> | 2026-08-15 04:17:38 -0400 |
| commit | edee755fbbb971f035a7e5d96e3c00be62620ce6 (patch) | |
| tree | 0940b78dbdd0c16f954f2d4904d38f28e291502f /.gitignore | |
| download | mai-trunk.tar.gz mai-trunk.zip | |
Signed-off-by: Antia Anderson <anita@ansan.io>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5eaa7d0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +# Build output +/build/ + +# Bootstrapped tools +/.tools/ + +# Ivy +/.ivy2/ +ivy-report/ + +# Java +*.class +*.jar + +# IntelliJ IDEA +.idea/ +*.iml +*.ipr +*.iws + +# Eclipse +.classpath +.project +.settings/ + +# VS Code +.vscode/ + +# Vim / Neovim +*.swp +*.swo +*~ + +# OS +.DS_Store +Thumbs.db |
