Commit 5533319e7d61dd5e3ad13ae40956f252a2df5b49

Authored by hitier
1 parent 9a43994a
Exists in rhitier-dev

Git ignore run files

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
.gitignore
... ... @@ -16,4 +16,7 @@ web/run.log
16 16  
17 17 # Python
18 18 *.pyc
19   -venv/*
20 19 \ No newline at end of file
  20 +venv/*
  21 +
  22 +# App
  23 +VISITS
... ...