Commit c2c33ac681abb91a4d045b80061dba4cd71bc0a4

Authored by Ciro Junior
1 parent c29e1075
Exists in master

Adicionando recurso ao git ignore

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
.gitignore
... ... @@ -23,7 +23,7 @@ tmp/
23 23 local.properties
24 24 .settings/
25 25 .loadpath
26   -.tern-project
  26 +*.tern-project
27 27  
28 28 # Eclipse Core
29 29 .project
... ...
cit-portal-web/.gitignore
1 1 /target/
2 2  
3   -.tern-project
  3 +*.tern-project
... ...