creado gitignore
[speedtestpy/.git] / .gitignore
1 # Created by https://www.toptal.com/developers/gitignore/api/linux
2 # Edit at https://www.toptal.com/developers/gitignore?templates=linux
3
4 ### Linux ###
5 *~
6
7 # temporary files which can be created if a process still has a handle open of a deleted file
8 .fuse_hidden*
9
10 # KDE directory preferences
11 .directory
12
13 # Linux trash folder which might appear on any partition or disk
14 .Trash-*
15
16 # .nfs files are created when an open file is removed but is still being accessed
17 .nfs*
18
19 # End of https://www.toptal.com/developers/gitignore/api/linux