creado gitignore
authordopdev-del <juniornova90@gmail.com>
Sat, 4 Jul 2020 21:24:23 +0000 (17:24 -0400)
committerdopdev-del <juniornova90@gmail.com>
Sat, 4 Jul 2020 21:24:23 +0000 (17:24 -0400)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..74c5462
--- /dev/null
@@ -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