Commit dfeec96bb76d41c80f7c4172685290272998c62c

Authored by Éber Freitas Dias
1 parent ef279c45
Exists in 2.8 and in 8 other branches 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7

Adicionando pasta deploy ao .gitignore;

Ref. issue #3387
Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
.gitignore
... ... @@ -2,8 +2,9 @@
2 2 *~
3 3 # Vagrant
4 4 /.vagrant
  5 +/deploy
5 6 Vagrantfile
6 7 deploy/.ruby-version
7 8 ieducar/configuration/ieducar.ini
8 9 *.vscode
9   -ieducar/modules/Reports
10 10 \ No newline at end of file
  11 +ieducar/modules/Reports
... ...