Browse Source

Add tmp/ to .gitignore

Gaël Métais 4 years ago
parent
commit
44a14f326b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -1,6 +1,7 @@
 node_modules
 node_modules
 package-lock.json
 package-lock.json
 .tmp
 .tmp
+tmp
 .vagrant
 .vagrant
 results/*
 results/*
 coverage
 coverage