From: dopdev-del Date: Sat, 4 Jul 2020 21:24:23 +0000 (-0400) Subject: creado gitignore X-Git-Url: https://git.josue.xyz/?p=speedtestpy%2F.git;a=commitdiff_plain;h=f97fa39f0a6107e3793cadafd495487074d3b1ec creado gitignore --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..74c5462 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# Created by https://www.toptal.com/developers/gitignore/api/linux +# Edit at https://www.toptal.com/developers/gitignore?templates=linux + +### Linux ### +*~ + +# temporary files which can be created if a process still has a handle open of a deleted file +.fuse_hidden* + +# KDE directory preferences +.directory + +# Linux trash folder which might appear on any partition or disk +.Trash-* + +# .nfs files are created when an open file is removed but is still being accessed +.nfs* + +# End of https://www.toptal.com/developers/gitignore/api/linux \ No newline at end of file