Rewrite README
This commit is contained in:
parent
4aca9805ff
commit
90d45e0005
2 changed files with 49 additions and 35 deletions
68
.gitignore
vendored
68
.gitignore
vendored
|
@ -1,25 +1,30 @@
|
|||
# ---> VisualStudioCode
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
!.vscode/*.code-snippets
|
||||
# Created by https://www.toptal.com/developers/gitignore/api/obsidian,visualstudiocode,macos,linux,windows
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=obsidian,visualstudiocode,macos,linux,windows
|
||||
|
||||
# Local History for Visual Studio Code
|
||||
.history/
|
||||
### Linux ###
|
||||
*~
|
||||
|
||||
# Built Visual Studio Code Extensions
|
||||
*.vsix
|
||||
# temporary files which can be created if a process still has a handle open of a deleted file
|
||||
.fuse_hidden*
|
||||
|
||||
# ---> macOS
|
||||
# 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*
|
||||
|
||||
### macOS ###
|
||||
# General
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# Icon must end with two \r
|
||||
Icon
|
||||
Icon
|
||||
|
||||
|
||||
# Thumbnails
|
||||
._*
|
||||
|
@ -40,22 +45,34 @@ Network Trash Folder
|
|||
Temporary Items
|
||||
.apdisk
|
||||
|
||||
# ---> Linux
|
||||
*~
|
||||
### macOS Patch ###
|
||||
# iCloud generated files
|
||||
*.icloud
|
||||
|
||||
# temporary files which can be created if a process still has a handle open of a deleted file
|
||||
.fuse_hidden*
|
||||
### Obsidian ###
|
||||
# config dir
|
||||
.obsidian/
|
||||
|
||||
# KDE directory preferences
|
||||
.directory
|
||||
### VisualStudioCode ###
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
!.vscode/*.code-snippets
|
||||
|
||||
# Linux trash folder which might appear on any partition or disk
|
||||
.Trash-*
|
||||
# Local History for Visual Studio Code
|
||||
.history/
|
||||
|
||||
# .nfs files are created when an open file is removed but is still being accessed
|
||||
.nfs*
|
||||
# Built Visual Studio Code Extensions
|
||||
*.vsix
|
||||
|
||||
# ---> Windows
|
||||
### VisualStudioCode Patch ###
|
||||
# Ignore all local history of files
|
||||
.history
|
||||
.ionide
|
||||
|
||||
### Windows ###
|
||||
# Windows thumbnail cache files
|
||||
Thumbs.db
|
||||
Thumbs.db:encryptable
|
||||
|
@ -81,3 +98,6 @@ $RECYCLE.BIN/
|
|||
# Windows shortcuts
|
||||
*.lnk
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/obsidian,visualstudiocode,macos,linux,windows
|
||||
|
||||
.trash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue