Browse Source

Initial commit

pull/1/head
Verevkin Sergey 4 years ago
commit
f24f076326
  1. 39
      .gitignore
  2. 2
      README.md

39
.gitignore

@ -0,0 +1,39 @@
# ---> macOS
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# ---> VisualStudioCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
# Local History for Visual Studio Code
.history/

2
README.md

@ -0,0 +1,2 @@
# ooya.ga
Loading…
Cancel
Save