diff options
author | olivier lamy <olamy@apache.org> | 2016-03-01 22:08:43 +1100 |
---|---|---|
committer | olivier lamy <olamy@apache.org> | 2016-03-01 22:08:43 +1100 |
commit | 95077dba05e56f29cc1bf4d69e37fa18cc253582 (patch) | |
tree | 593912ad82cb3ce384da5bfa66eea7138573483e /.gitignore | |
parent | f54872d6a7ba015d7f04f53ad192d6ffc7082399 (diff) | |
download | archiva-95077dba05e56f29cc1bf4d69e37fa18cc253582.tar.gz archiva-95077dba05e56f29cc1bf4d69e37fa18cc253582.zip |
enforce version in archetype
Signed-off-by: olivier lamy <olamy@apache.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 992468484..d5addebb3 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ build .idea *.ipr *.iws +out/ #jenv .java-version @@ -21,4 +22,4 @@ build #netbeans file nbactions.xml -nb-configuration.xml
\ No newline at end of file +nb-configuration.xml |