diff options
| author | Teddy Wing | 2015-09-23 20:50:04 -0400 |
|---|---|---|
| committer | Teddy Wing | 2015-09-23 20:50:04 -0400 |
| commit | 5d7d9b9f564ffe7b51ba72b0e61c21013fe0d1b1 (patch) | |
| tree | 632a2514d3da02d2e059594c925052477cbeee89 /.gitignore | |
| download | git-hook-pre-commit-python-javascript-syntax-linter-5d7d9b9f564ffe7b51ba72b0e61c21013fe0d1b1.tar.bz2 | |
Initial commit. Add .gitignore.
Ignore virtualenv directory.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6d49fe7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/virtualenv/ |
