diff options
| author | Gunnar Morling <gunnar.morling@googlemail.com> | 2023-12-28 11:44:58 +0100 |
|---|---|---|
| committer | Gunnar Morling <gunnar.morling@googlemail.com> | 2023-12-28 12:08:03 +0100 |
| commit | 4226200b433002de1fbe92ba3e7e2ffbbe632142 (patch) | |
| tree | b7fd65abf8b4d6446066a77345b1e5f7279e1fc0 /.gitignore | |
🏆 Initial import
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..24b8221 --- /dev/null +++ b/.gitignore @@ -0,0 +1,44 @@ +#Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties + +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode +.factorypath + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Local environment +.env + +#JReleaser +out/ + +measurements.txt |
