ignore *.uuid files

This commit is contained in:
David Lebel 2019-09-06 15:44:57 -04:00
parent 24936a14e2
commit 682a2db647

2
.gitignore vendored
View file

@ -8,3 +8,5 @@ private.cfg
node_modules node_modules
# Only apps should have lockfiles # Only apps should have lockfiles
package-lock.json package-lock.json
# generated *.uuid files
*.uuid