minor fix
This commit is contained in:
parent
9dbe89d70f
commit
a8b1c5d3e6
4 changed files with 577 additions and 1 deletions
54
.gitignore
vendored
Normal file
54
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
|
||||
# ======================
|
||||
# macOS system files
|
||||
# ======================
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# Thumbnails
|
||||
._*
|
||||
|
||||
# Spotlight
|
||||
.Spotlight-V100
|
||||
.Spotlight-V100/*
|
||||
.spotlight*
|
||||
.Trashes
|
||||
|
||||
# Time Machine
|
||||
.com.apple.timemachine.donotpresent
|
||||
|
||||
# Finder metadata
|
||||
.fseventsd
|
||||
.VolumeIcon.icns
|
||||
|
||||
# iCloud
|
||||
*.icloud
|
||||
|
||||
# ======================
|
||||
# macOS Archives
|
||||
# ======================
|
||||
*.zip
|
||||
*.tar
|
||||
*.tar.gz
|
||||
*.tgz
|
||||
*.dmg
|
||||
|
||||
# ======================
|
||||
# Swap / temp files
|
||||
# ======================
|
||||
*.swp
|
||||
*.swo
|
||||
*.tmp
|
||||
*.temp
|
||||
*~
|
||||
|
||||
# ======================
|
||||
# IDE/editor noise (common)
|
||||
# ======================
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/extensions.json
|
||||
!.vscode/tasks.json
|
||||
.idea/
|
||||
*.iml
|
||||
Loading…
Add table
Add a link
Reference in a new issue