diff options
author | Paul Duncan <pabs@pablotron.org> | 2018-09-04 09:03:17 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2018-09-04 09:03:17 -0400 |
commit | c217077473f4e9539024d9c564eb9c7480aced30 (patch) | |
tree | 2d737caa8d69b039186e9d2e04f7f85400bb8ddb /.gitignore | |
parent | 6b4dd50acd78975550ff16c1570b4a942e5be659 (diff) | |
download | luigi-template-c217077473f4e9539024d9c564eb9c7480aced30.tar.bz2 luigi-template-c217077473f4e9539024d9c564eb9c7480aced30.zip |
add .gitignore and php/composer.lock
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea93010 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.sw? +php/vendor +php/docs/ +php/examples/* |