diff options
author | Ludovic Pouzenc <lpouzenc@gmail.com> | 2013-10-29 20:22:26 +0100 |
---|---|---|
committer | Ludovic Pouzenc <lpouzenc@gmail.com> | 2013-10-29 20:22:26 +0100 |
commit | 51cda16e1cc2d22a22ceff56700d1edd256171fc (patch) | |
tree | 41ac8eb787edb15c764be47eefd0363fa843941d /.gitignore | |
parent | c98515883097467896a3f46b755c8cb892fe8961 (diff) | |
download | editablesite-51cda16e1cc2d22a22ceff56700d1edd256171fc.tar.gz editablesite-51cda16e1cc2d22a22ceff56700d1edd256171fc.tar.bz2 editablesite-51cda16e1cc2d22a22ceff56700d1edd256171fc.zip |
Debut d'automatisation de la construction tarball
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..244db3d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +dist/work/ +dist/work.old/ |