Commit 37c8d6959d53c7964134047be793ec305586e26b

Authored by André Araújo
1 parent db2ab24c
Exists in master

Atualiza .gitignore

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
.gitignore
... ... @@ -3,8 +3,14 @@
3 3 *~
4 4  
5 5 *.blend
  6 +*.log
6 7 *.mp4
7 8 *.nohup
8 9 *.tar.gz
  10 +*.txt
9 11 *.webm
10 12 *.zip
  13 +
  14 +log/
  15 +node_modules/
  16 +uploads/
... ...