Commit a64868f01d6eeecbb30bf65102f0f1c23fbcb04f

Authored by Wesnydy Ribeiro
1 parent 219d455f

gitignore improviments

Showing 1 changed file with 17 additions and 2 deletions   Show diff stats
1 -#general 1 +# Python compiled
2 *.pyc 2 *.pyc
3 -*.log 3 +
  4 +# Logs
4 log/ 5 log/
  6 +*.log
  7 +npm-debug.log*
  8 +
  9 +# Dependency directories
  10 +node_modules
  11 +
  12 +# Optional npm cache directory
  13 +.npm
  14 +
  15 +# Optional REPL history
  16 +.node_repl_history
  17 +
  18 +# Temporary
  19 +.*~