Commit 98bb9503e8aedace73ec52fafd9daa1562c0349f
1 parent
c7f7fedb
Exists in
master
Atualizado arquivo .gitignore para excluir arquivos específicos do IntelliJ IDEA
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
.gitignore
... | ... | @@ -5,4 +5,6 @@ |
5 | 5 | /.settings |
6 | 6 | /.externalToolBuilders |
7 | 7 | /.DS_Store |
8 | -/archetype/angularModular/src/main/resources/archetype-resources/view/nbproject/private/ | |
9 | 8 | \ No newline at end of file |
9 | +/.idea | |
10 | +/archetype/angularModular/src/main/resources/archetype-resources/view/nbproject/private/ | |
11 | +*.iml | ... | ... |