Commit 71593a18c02f4d54b28da34a750f1dfe264c8611

Authored by Wesnydy Ribeiro
1 parent f801f958
Exists in atualização

Add folders to ignore

Showing 1 changed file with 9 additions and 0 deletions   Show diff stats
.gitignore
... ... @@ -6,6 +6,15 @@ log/
6 6 *.log
7 7 npm-debug.log*
8 8  
  9 +#VLibras Translate
  10 +vlibras-translate/
  11 +
  12 +#VLibras Libs
  13 +vlibras-libs/
  14 +
  15 +#Unity Video
  16 +unityVideo/
  17 +
9 18 # Dependency directories
10 19 node_modules
11 20  
... ...